mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:35:47 +00:00
[TREE] Fix a character typo. By Lee Schroeder. CORE-9543
svn path=/trunk/; revision=67193
This commit is contained in:
parent
f607ec2767
commit
97c51296c8
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ static void DrawTree(const wchar_t* strPath,
|
||||||
if ((BYTE)prevLine[j] == 195 || (BYTE)prevLine[j] == 179 ||
|
if ((BYTE)prevLine[j] == 195 || (BYTE)prevLine[j] == 179 ||
|
||||||
(BYTE)prevLine[j] == L'+' || (BYTE)prevLine[j] == L'|')
|
(BYTE)prevLine[j] == L'+' || (BYTE)prevLine[j] == L'|')
|
||||||
{
|
{
|
||||||
if (bUseAscii)
|
if (!bUseAscii)
|
||||||
{
|
{
|
||||||
wchar_t a[] = {179, 0};
|
wchar_t a[] = {179, 0};
|
||||||
wcscat(consoleOut, a);
|
wcscat(consoleOut, a);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue