Changeset 1275
- Timestamp:
- Nov 11, 2008, 10:07:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/worker.c
r1228 r1275 594 594 case IDM_RENAME: 595 595 { 596 597 INT iCounter = 0;598 596 599 597 if (!*wk->li->targetpath && (wk->li->type == IDM_MOVE || … … 871 869 goto Abort; 872 870 } 873 else if (rc == ERROR_PIPE_NOT_CONNECTED && iCounter < 25) {874 DbgMsg(pszSrcFile, __LINE__, "ERROR_PIPE_NOT_CONNECTED retries %i", iCounter);875 iCounter ++;876 DosSleep(200);877 goto Retry;878 }879 871 else { 880 872 if (LogFileHandle)
Note:
See TracChangeset
for help on using the changeset viewer.