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) if(level)
XlatStr(graph, graph_ibmpc, level, CharTable); XlatStr(graph, graph_ibmpc, level, CharTable);
else else
graph="+*|"; // Default: plain ASCII7 chars strxcpy(graph, "+*|", ARRAYSIZE(graph)); // Default: plain ASCII7 chars
if(table == -1) if(table == -1)
LoadCharset(CFG->xlatimport, CFG->xlatlocalset); LoadCharset(CFG->xlatimport, CFG->xlatlocalset);
else else