]> code.citadel.org Git - citadel.git/blobdiff - citadel/support.c
* The size constant "256" which shows up everywhere as a buffer size has now
[citadel.git] / citadel / support.c
index 3c068ceda9e12352651147864412d31684f24116..c876ca218c630fe5c2756614af7660b5e3c89356 100644 (file)
@@ -102,7 +102,7 @@ int pattern2(char *search, char *patn)
 void mesg_locate(char *targ, char *searchfor, int numdirs, char **dirs)
 {
        int a;
-       char buf[256];
+       char buf[SIZ];
        FILE *ls;
 
        for (a=0; a<numdirs; ++a) {