projects
/
citadel
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove APPDIR support in database_cleanup.sh
[citadel]
/
webcit
/
icontheme.c
diff --git
a/webcit/icontheme.c
b/webcit/icontheme.c
index
d8c9984
..
28643ae
100644
(file)
--- a/
webcit/icontheme.c
+++ b/
webcit/icontheme.c
@@
-84,7
+84,7
@@
int LoadThemeDir(const char *DirName)
(filedir_entry != NULL))
{
#ifdef _DIRENT_HAVE_D_NAMELEN
- d_namelen = filedir_entry->d_nam
e
len;
+ d_namelen = filedir_entry->d_namlen;
d_type = filedir_entry->d_type;
#else