Initialize unitialized variable from prev. commit.

This commit is contained in:
Tim Vanderhoek 1999-12-27 17:33:25 +00:00
parent e5389fb1c8
commit defd7401e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55158

View File

@ -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");