diff options
Diffstat (limited to 'startmode.c')
-rw-r--r-- | startmode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/startmode.c b/startmode.c index 1ecaa94..d9779ba 100644 --- a/startmode.c +++ b/startmode.c @@ -48,7 +48,7 @@ int startmode(char filename[]) { switch (command) { case 'L': case 'l': - uint64_t Lfocus; + uint64_t Lfocus = 0; char buf[1024]; int success; @@ -130,7 +130,7 @@ int startmode(char filename[]) { break; case 'n': case 'N': - + NEW_LINE(filename); break; |