diff options
-rw-r--r-- | usr.bin/mg/extend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/extend.c b/usr.bin/mg/extend.c index 74759eae0b1..ffbc0395a76 100644 --- a/usr.bin/mg/extend.c +++ b/usr.bin/mg/extend.c @@ -1,4 +1,4 @@ -/* $OpenBSD: extend.c,v 1.17 2001/05/24 10:43:17 art Exp $ */ +/* $OpenBSD: extend.c,v 1.18 2001/07/05 17:36:05 matthieu Exp $ */ /* * Extended (M-X) commands, rebinding, and startup file processing. @@ -647,7 +647,7 @@ load(fname) char *fname; { int s = TRUE; - int nbytes; + int nbytes = 0; char excbuf[128]; if ((fname = adjustname(fname)) == NULL) |