mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Initialize unitialized variable from prev. commit.
This commit is contained in:
parent
e5389fb1c8
commit
defd7401e5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55158
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user