]> code.citadel.org Git - citadel.git/blobdiff - webcit/userlist.c
* Brought over the newer string tokenizer from Citadel
[citadel.git] / webcit / userlist.c
index bcc96edb0d819aabb08b87c812548f6889efa6c9..8fd97db3538772189e4f33c83c35cfe44b58d9e1 100644 (file)
@@ -32,8 +32,8 @@ struct namelist {
  */
 void userlist(void)
 {
-       char buf[256];
-       char fl[256];
+       char buf[SIZ];
+       char fl[SIZ];
        struct tm *tmbuf;
        long lc;
        struct namelist *bio = NULL;
@@ -109,8 +109,8 @@ void userlist(void)
  */
 void showuser(void)
 {
-       char who[256];
-       char buf[256];
+       char who[SIZ];
+       char buf[SIZ];
        int have_pic;
 
        output_headers(1);