summaryrefslogtreecommitdiffstats
path: root/usr.bin/more
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1999-12-27 17:33:25 +0000
committerhoek <hoek@FreeBSD.org>1999-12-27 17:33:25 +0000
commitd09ff1ad4fe5bbafcbdef0e019bc806a7899f9fe (patch)
tree59e09f2570a2e508459b81dcf916054d6a75ff49 /usr.bin/more
parent1467acf6d6c499f71b2217c2b81c71c1d331adf4 (diff)
downloadFreeBSD-src-d09ff1ad4fe5bbafcbdef0e019bc806a7899f9fe.zip
FreeBSD-src-d09ff1ad4fe5bbafcbdef0e019bc806a7899f9fe.tar.gz
Initialize unitialized variable from prev. commit.
Diffstat (limited to 'usr.bin/more')
-rw-r--r--usr.bin/more/ncommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/more/ncommand.c b/usr.bin/more/ncommand.c
index 9a84d89..830729c 100644
--- a/usr.bin/more/ncommand.c
+++ b/usr.bin/more/ncommand.c
@@ -1301,7 +1301,7 @@ csearch(cident, args)
enum { FORW=0, BACK=1 } direction;
static enum { NOINVERT=0, INVERT=1 } sense;
long N;
- int abrt;
+ int abrt = 0;
ARGTOG(direction, 6, "forw", "back", "forward", "backward",
"forwards", "backwards");
OpenPOWER on IntegriCloud