mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
11 lines
316 B
Plaintext
11 lines
316 B
Plaintext
|
--- src/logsurfer.c.orig Mon Apr 8 10:15:53 1996
|
||
|
+++ src/logsurfer.c Fri May 28 14:28:06 1999
|
||
|
@@ -382,6 +382,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) {
|