Changeset 1270 for trunk/dll/systemf.c
- Timestamp:
- Nov 8, 2008, 9:48:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/systemf.c
r1268 r1270 24 24 26 May 08 SHL Use uiLineNumber correctly 25 25 19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory or pTmpDir and use MakeTempName 26 08 Nov 08 GKY Post an event semaphore to WaitChildThread to fix hang caused by viewer trying 27 to open a file before the archiver process closes. (Ticket 58) 26 28 27 29 ***********************************************************************/ … … 1179 1181 } 1180 1182 else { 1183 ULONG clPosted; 1184 1185 DosResetEventSem(hWaitChildSem, &clPosted); 1181 1186 for (ctr = 0;; ctr++) 1182 1187 { … … 1210 1215 1211 1216 if (pTermInfo->usSessID == ulSessID) { 1212 DosPostEventSem(hWaitChildSem); 1217 DosPostEventSem(hWaitChildSem); //Posted to WaitChildThread (arccnrs.c) 1213 1218 break; // Our session is done 1214 1219 }
Note:
See TracChangeset
for help on using the changeset viewer.