- Timestamp:
- May 6, 2001, 6:06:17 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/shlfileop.c
r5659 r5661 257 257 pToFile = pTempTo; 258 258 259 while((pFrom+=lenFrom+1)[0] && !nlpFileOp.fAnyOperationsAborted) { 259 // need break at error before change sourcepointer 260 while(!nlpFileOp.fAnyOperationsAborted && (pFrom+=lenFrom+1)[0]) { 260 261 261 262 if (!withFileName && Multi && (pTo[lenTo+1]=='\0')) { … … 518 519 TRACE("File Delete:\n"); 519 520 #ifdef __WIN32OS2__ 520 while((pFrom+=lenFrom+1)[0] && !nlpFileOp.fAnyOperationsAborted) { 521 // need break at error before change sourcepointer 522 while(!nlpFileOp.fAnyOperationsAborted && (pFrom+=lenFrom+1)[0]) { 521 523 lenFrom=strlen(pFrom); 522 524 FromAttr = GetFileAttributesA(pFrom);
Note:
See TracChangeset
for help on using the changeset viewer.