]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_bio.c
- declare *printf format specifiers if gcc detected
[citadel.git] / citadel / serv_bio.c
index 7915bbfb5d367f255b7ddd0487a08e1057ec1963..bb435d2e51bc408859990bb096b633f48b4f29d7 100644 (file)
@@ -89,7 +89,7 @@ void cmd_rbio(char *cmdbuf)
        }
        sprintf(buf,"./bio/%ld",ruser.usernum);
        
-       cprintf("%d OK|%s|%ld|%d|%ld|%ld|%ld\n", LISTING_FOLLOWS,
+       cprintf("%d OK|%s|%ld|%d|%d|%ld|%ld\n", LISTING_FOLLOWS,
                ruser.fullname, ruser.usernum, ruser.axlevel,
                ruser.lastcall, ruser.timescalled, ruser.posted);
        fp = fopen(buf,"r");