blob: 3f9f586b1c226afe37f95f5ff6fbd9cc9054aa94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/tools/skiptool/es_glue.c work.new/skip/tools/skiptool/es_glue.c
--- skipsrc-1.0.orig/skip/tools/skiptool/es_glue.c Fri Oct 25 13:13:05 1996
+++ work.new/skip/tools/skiptool/es_glue.c Mon Jan 24 12:35:42 2000
@@ -1948,7 +1948,7 @@
void
stats(int which)
{
- char *opt, *t, s[STRSZ], *argv[12];
+ char *opt = NULL, *t = NULL, s[STRSZ], *argv[12];
char ifstats[STRSZ], *optarg = NULL;
switch (which) {
|