Changeset 5661 for trunk/src


Ignore:
Timestamp:
May 6, 2001, 6:06:17 PM (24 years ago)
Author:
sandervl
Message:

DT: update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/shlfileop.c

    r5659 r5661  
    257257            pToFile = pTempTo;
    258258
    259             while((pFrom+=lenFrom+1)[0] && !nlpFileOp.fAnyOperationsAborted) {
     259// need break at error before change sourcepointer
     260            while(!nlpFileOp.fAnyOperationsAborted && (pFrom+=lenFrom+1)[0]) {
    260261
    261262                if (!withFileName && Multi && (pTo[lenTo+1]=='\0')) {
     
    518519                TRACE("File Delete:\n");
    519520#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]) {
    521523                lenFrom=strlen(pFrom);
    522524                FromAttr = GetFileAttributesA(pFrom);
Note: See TracChangeset for help on using the changeset viewer.