Changeset 4801 for trunk/src/wnaspi32/aspilib.cpp
- Timestamp:
- Dec 16, 2000, 4:42:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wnaspi32/aspilib.cpp
r4265 r4801 1 /* $Id: aspilib.cpp,v 1. 5 2000-09-15 13:25:46sandervl Exp $ */1 /* $Id: aspilib.cpp,v 1.6 2000-12-16 15:42:41 sandervl Exp $ */ 2 2 /* 3 3 * ASPI Router Library … … 32 32 //* * 33 33 //*************************************************************************** 34 scsiObj::scsiObj() : buffer(NULL), hmtxDriver(0) 34 scsiObj::scsiObj() : buffer(NULL), hmtxDriver(0), postSema(0) 35 35 { 36 36 memset(&SRBlock, 0, sizeof(SRBlock)); … … 476 476 APIRET rc; 477 477 478 if( !fWait) {478 if(fWait) { 479 479 rc = DosRequestMutexSem((HMTX) hmtxDriver, SEM_INDEFINITE_WAIT); 480 480 }
Note:
See TracChangeset
for help on using the changeset viewer.