Changeset 1591 for trunk/dll/pathutil.c


Ignore:
Timestamp:
Jul 4, 2011, 4:27:56 AM (14 years ago)
Author:
Gregg Young
Message:

Fix quoting issue in NormalizeCommandLine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/pathutil.c

    r1568 r1591  
    200200           remove_first_occurence_of_character("\"", szCmdLine);
    201201      if ((szArgs[0] == '\"' && szArgs[1] == ' ') ||
    202            !strstr(pszCmdLine_, "\\:")||
     202           //!strstr(pszCmdLine_, "\\:")||
    203203           strchr(szArgs, '\"') == strrchr(szArgs, '\"'))
    204204        remove_first_occurence_of_character("\"", szArgs);
Note: See TracChangeset for help on using the changeset viewer.