Index: base/applications/cmdutils/tree/tree.c =================================================================== --- base/applications/cmdutils/tree/tree.c (revision 67187) +++ base/applications/cmdutils/tree/tree.c (working copy) @@ -130,7 +130,7 @@ if ((BYTE)prevLine[j] == 195 || (BYTE)prevLine[j] == 179 || (BYTE)prevLine[j] == L'+' || (BYTE)prevLine[j] == L'|') { - if (bUseAscii) + if (!bUseAscii) { wchar_t a[] = {179, 0}; wcscat(consoleOut, a);