More line ending fixes, ___

This commit is contained in:
Mathew Velasquez 2016-11-04 00:05:49 -04:00
parent 6312ce865c
commit 693f045ff8
1 changed files with 52 additions and 52 deletions

View File

@ -28,8 +28,8 @@ RB_METHOD(nikoStart)
WCHAR args[MAX_PATH]; WCHAR args[MAX_PATH];
GetModuleFileNameW(NULL, path, MAX_PATH); GetModuleFileNameW(NULL, path, MAX_PATH);
PathRemoveFileSpecW(path); PathRemoveFileSpecW(path);
wcscat(path, L"\\journal.exe"); wcscat(path, L"\\___.exe");
wsprintfW(args, L"journal.exe %d %d", pos.x, pos.y); wsprintfW(args, L"___.exe %d %d", pos.x, pos.y);
STARTUPINFOW si; STARTUPINFOW si;
memset(&si, 0, sizeof(si)); memset(&si, 0, sizeof(si));
si.cb = sizeof(si); si.cb = sizeof(si);