Fix typos

Signed-off-by: Cosmin Truta <ctruta@gmail.com>
This commit is contained in:
musvaage
2022-09-20 17:15:49 -05:00
committed by Cosmin Truta
parent 5a0b7e9c29
commit 3c152a8ef7
10 changed files with 15 additions and 15 deletions

View File

@@ -103,7 +103,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
return 0;
}
/* if filename given on commandline, store it */
/* if filename given on command line, store it */
if ((szCmdLine != NULL) && (*szCmdLine != '\0'))
if (szCmdLine[0] == '"')
strncpy (szCmdFileName, szCmdLine + 1, strlen(szCmdLine) - 2);