dtlogin: resolve more static analysis warnings

This commit is contained in:
Peter Howkins
2014-12-27 23:13:59 +00:00
parent c768260785
commit ab743c37e6
9 changed files with 30 additions and 11 deletions

View File

@@ -171,7 +171,8 @@ void
TrimErrorFile( void )
{
int f1, f2;
int f1 = -1;
int f2 = -1;
int deleteBytes;
char buf[BUFSIZ];