Changeset 35712b7 for protocols/nogaim.c
- Timestamp:
- 2016-05-26T02:48:08Z (8 years ago)
- Branches:
- master
- Children:
- 59a7dc5
- Parents:
- 808825e
- git-author:
- jgeboski <jgeboski@…> (15-05-16 22:22:13)
- git-committer:
- jgeboski <jgeboski@…> (26-05-16 02:48:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
r808825e r35712b7 133 133 134 134 while ((entry = g_dir_read_name(dir))) { 135 if (!g_str_has_suffix(entry, "." G_MODULE_SUFFIX)) { 136 continue; 137 } 138 135 139 path = g_build_filename(global.conf->plugindir, entry, NULL); 136 140 if (!path) {
Note: See TracChangeset
for help on using the changeset viewer.