diff --git a/golded3/gemlst.cpp b/golded3/gemlst.cpp index 5f7f6c8..0ee6047 100644 --- a/golded3/gemlst.cpp +++ b/golded3/gemlst.cpp @@ -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