Fixed a variable formatting

This commit is contained in:
Michiel Broek 2007-09-16 12:58:53 +00:00
parent d5cfcb9397
commit 38a2bfdd24
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ v0.91.11 02-Sep-2007
Added some debug logging to investigate a problem with Added some debug logging to investigate a problem with
outbound scanning. outbound scanning.
Inserted some extra code to test.. Inserted some extra code to test..
Fixed a variable formatting.
v0.91.10 21-Aug-2007 - 02-Sep-2007 v0.91.10 21-Aug-2007 - 02-Sep-2007

View File

@ -522,6 +522,7 @@ int outstat()
T_window = TRUE; T_window = TRUE;
} }
} }
memset(&flstr, 0, sizeof(flstr));
strncpy(flstr, "...... .... ..", 14); strncpy(flstr, "...... .... ..", 14);
/* /*