Some more space for file names
authorceriel <none@none>
Tue, 12 Oct 1993 09:45:59 +0000 (09:45 +0000)
committerceriel <none@none>
Tue, 12 Oct 1993 09:45:59 +0000 (09:45 +0000)
util/ack/util.c

index be00531..445b08a 100644 (file)
@@ -33,7 +33,7 @@ extern  char    *realloc();
 #endif
 
 char *basename(string) char *string ; {
-       static char retval[20] ;
+       static char retval[256] ;
        char *last_dot, *last_start ;
        register char *store;
        register char *fetch ;