summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-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