Fixed a variable formatting
This commit is contained in:
parent
d5cfcb9397
commit
38a2bfdd24
@ -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
|
||||||
|
@ -522,6 +522,7 @@ int outstat()
|
|||||||
T_window = TRUE;
|
T_window = TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
memset(&flstr, 0, sizeof(flstr));
|
||||||
strncpy(flstr, "...... .... ..", 14);
|
strncpy(flstr, "...... .... ..", 14);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user