Changeset 730 for trunk/dll/systemf.c
- Timestamp:
- Jul 22, 2007, 7:57:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/systemf.c
r632 r730 353 353 MPFROMLONG(CMA_FIRST), 354 354 MPFROMSHORT(CRA_CURSORED)); 355 if (pci && (int) pci != -1 && *pci ->szFileName) {356 if (needs_quoting(pci ->szFileName) &&357 !strchr(pci ->szFileName, '\"'))355 if (pci && (int) pci != -1 && *pci->pszFileName) { 356 if (needs_quoting(pci->pszFileName) && 357 !strchr(pci->pszFileName, '\"')) 358 358 { 359 359 *pp = '\"'; … … 363 363 else 364 364 spaces = FALSE; 365 strcpy(pp, pci ->szFileName);366 pp += strlen(pci ->szFileName);365 strcpy(pp, pci->pszFileName); 366 pp += strlen(pci->pszFileName); 367 367 if (spaces) { 368 368 *pp = '\"';
Note:
See TracChangeset
for help on using the changeset viewer.