compilation fix

This commit is contained in:
Ianos Gnatiuc 2007-02-09 22:56:26 +00:00
parent d806d8528f
commit bec4045dd3

View File

@ -820,7 +820,7 @@ void GThreadlist::GenTree(int idx)
if(level)
XlatStr(graph, graph_ibmpc, level, CharTable);
else
graph="+*|"; // Default: plain ASCII7 chars
strxcpy(graph, "+*|", ARRAYSIZE(graph)); // Default: plain ASCII7 chars
if(table == -1)
LoadCharset(CFG->xlatimport, CFG->xlatlocalset);
else