X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fbio%2Fserv_bio.c;h=ea88b87d36da0ed953fb7a4d8b9cbbc94bb1c1d3;hb=d607b3218f5b608f28d769d5f82e3540b38c8330;hp=041485d933f0afb5767d73399cd3a34e340b6908;hpb=f4da2918942a417d3b09d3281625da6141b02359;p=citadel.git diff --git a/citadel/modules/bio/serv_bio.c b/citadel/modules/bio/serv_bio.c index 041485d93..ea88b87d3 100644 --- a/citadel/modules/bio/serv_bio.c +++ b/citadel/modules/bio/serv_bio.c @@ -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);