compilation fix
This commit is contained in:
parent
d806d8528f
commit
bec4045dd3
@ -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
|
||||||
|
Reference in New Issue
Block a user