Changeset 1161 for trunk/dll/pathutil.c
- Timestamp:
- Sep 5, 2008, 11:42:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/pathutil.c
r1047 r1161 23 23 24 24 #include "pathutil.h" 25 #include "strips.h" // remove_first_occurence_of_character 25 26 #include "fm3dll.h" // needs_quoting 26 27 #include "fm3str.h" … … 64 65 { 65 66 UINT c = pszPathName ? strlen(pszPathName) : 0; 66 BOOL q = needs_quoting(pszPathName) || 67 needs_quoting(pszFileName); 67 BOOL q = needs_quoting(pszPathName) || needs_quoting(pszFileName); 68 68 PSZ psz = pszFullPathName; 69 69
Note:
See TracChangeset
for help on using the changeset viewer.