fix dnamlen, they missed the e, so we need to follow.
[citadel.git] / citadel / modules / bio / serv_bio.c
index 041485d933f0afb5767d73399cd3a34e340b6908..ea88b87d36da0ed953fb7a4d8b9cbbc94bb1c1d3 100644 (file)
@@ -113,7 +113,7 @@ void cmd_lbio(char *cmdbuf)
               (filedir_entry != NULL))
        {
 #ifdef _DIRENT_HAVE_D_NAMLEN
-               d_namelen = filedir_entry->d_namelen;
+               d_namelen = filedir_entry->d_namlen;
 
 #else
                d_namelen = strlen(filedir_entry->d_name);