Fixed g++ warnings.

This commit is contained in:
Ianos Gnatiuc
2006-05-14 11:45:05 +00:00
parent 866e5c2657
commit 4df8f71029
53 changed files with 311 additions and 309 deletions

View File

@@ -128,7 +128,7 @@ Line* _HudsArea<msgn_t, rec_t, attr_t, board_t, last_t, __HUDSON>::make_dump_msg
HexDump16(buf+7, _ptr, sizeof(HudsHdr)%16, HEX_DUMP2);
line = AddLine(line, buf);
GFTRK(NULL);
GFTRK(0);
return line;
}