[TREE] Fix a character typo. By Lee Schroeder. CORE-9543

svn path=/trunk/; revision=67193
This commit is contained in:
Amine Khaldi 2015-04-14 17:38:42 +00:00
parent f607ec2767
commit 97c51296c8

View file

@ -130,7 +130,7 @@ static void DrawTree(const wchar_t* strPath,
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);