You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
341 B

Index: src/logsurfer.c
--- src/logsurfer.c.orig 2002-08-29 13:36:12 +0200
+++ src/logsurfer.c 2004-12-28 15:16:01 +0100
@@ -388,6 +388,7 @@
(void) fprintf(stderr, "unable to allocate memory for logline_buffer\n");
exit(99);
}
+ logline_buffer[0]='\0';
while ( (opt = getopt(argc, argv, "fc:d:l:p:r:s")) != EOF )
switch(opt) {