Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Sep 14, 2018
1 parent 0381300 commit 3b536b4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions wsls-echo/wsls-echo.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// wsls-echo.cpp : Defines the entry point for the console application.
// wsls-echo.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
Expand Down Expand Up @@ -73,10 +73,6 @@ int main(int argc, char** argv)
{
redirectPath[pathend] = endCh;
// Try redirect again
if (!wsls::isFileExists(L"D:\\workspace\\ndk-workaround.log"))
{
wsls::writeFileData("D:\\workspace\\ndk-workaround.log", content);
}
iRet = wsls::writeFileData(redirectPath.c_str(), content, redirectType == 2);
}
}
Expand Down

0 comments on commit 3b536b4

Please sign in to comment.