Changeset 1324 for trunk/dll/worker.c
- Timestamp:
- Dec 9, 2008, 1:00:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/worker.c
r1318 r1324 410 410 wk->li->list[x]); 411 411 AddNote(message); 412 if ( fSyncUpdates ||412 if (//fSyncUpdates || 413 413 AddToList(outname, &files, &numfiles, &numalloc)) 414 414 Broadcast(hab2, … … 504 504 goto Abort; 505 505 if (ret == 1) { 506 if ( fSyncUpdates ||506 if (//fSyncUpdates || 507 507 AddToList(wk->li->list[x], 508 508 &files, &numfiles, &numalloc)) … … 900 900 wk->li->list[x], 901 901 GetPString(IDS_TOTEXT), newname); 902 if ( fSyncUpdates ||902 if (//fSyncUpdates || 903 903 AddToList(wk->li->list[x], 904 904 &files, &numfiles, &numalloc)) … … 907 907 UM_UPDATERECORD, 908 908 MPFROMP(wk->li->list[x]), MPVOID); 909 if ( fSyncUpdates ||909 if (//fSyncUpdates || 910 910 AddToList(newname, &files, &numfiles, &numalloc)) 911 911 Broadcast(hab2,
Note:
See TracChangeset
for help on using the changeset viewer.