Changeset 1784 for trunk/dll/copyf.c


Ignore:
Timestamp:
Jul 19, 2014, 11:16:11 PM (11 years ago)
Author:
Gregg Young
Message:

Eliminate redundant error message following selecting not to unlock a file. Ticket [542]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/copyf.c

    r1741 r1784  
    729729              NULL, NULL, "%s %s", PCSZ_UNLOCKEXE, filename);
    730730    }
     731    else
     732      ret = SM2_NO;
    731733  }
    732734  //DbgMsg(pszSrcFile, __LINE__, "retrn %x ", ret);
Note: See TracChangeset for help on using the changeset viewer.