Changeset 888 for trunk/dll/seeall.c
- Timestamp:
 - Dec 22, 2007, 11:02:11 PM (18 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/dll/seeall.c (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/dll/seeall.c
r872 r888 466 466 while (list[x]) { 467 467 FILESTATUS3 fsa; 468 // BOOL spaces;469 // if (needs_quoting(list[x])) {470 // spaces = TRUE;471 // strcat(szBuffer, "\"");472 // }473 // else474 // spaces = FALSE;475 // strcat(szBuffer, list[x]);476 468 memset(&fsa, 0, sizeof(fsa)); 477 469 DosError(FERR_DISABLEHARDERR); … … 480 472 BldQuotedFullPathName(szBuffer + strlen(szBuffer), 481 473 list[x], "*"); 482 // if (szBuffer[strlen(szBuffer) - 1] != '\\')483 // strcat(szBuffer, "\\");484 // strcat(szBuffer, "*");485 474 } 486 475 else 487 476 BldQuotedFileName(szBuffer + strlen(szBuffer), list[x]); 488 // if (spaces)489 // strcat(szBuffer, "\"");490 477 x++; 491 478 if (!list[x] || strlen(szBuffer) + strlen(list[x]) + 5 > 1024) { 492 479 runemf2(SEPARATE | WINDOWED | WAIT | 493 480 (fArcStuffVisible ? 0 : (BACKGROUND | MINIMIZED)), 494 HWND_DESKTOP, NULL, NULL,495 "%s", szBuffer);481 HWND_DESKTOP, pszSrcFile, __LINE__, 482 NULL, NULL, "%s", szBuffer); 496 483 DosSleep(1); // Let archiver get started 497 484 *p = 0; … … 831 818 runemf2(SEPARATE | WINDOWED | 832 819 (fArcStuffVisible ? 0 : (BACKGROUND | MINIMIZED)), 833 HWND_DESKTOP, ex.extractdir, NULL, 820 HWND_DESKTOP, pszSrcFile, __LINE__, 821 ex.extractdir, NULL, 834 822 "%s %s %s%s%s", 835 823 ex.command,  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  