Ignore:
Timestamp:
Dec 16, 2000, 4:42:42 PM (25 years ago)
Author:
sandervl
Message:

some minor fixes

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:46 sandervl Exp $ */
     1/* $Id: aspilib.cpp,v 1.6 2000-12-16 15:42:41 sandervl Exp $ */
    22/*
    33 *  ASPI Router Library
     
    3232//*                                                                         *
    3333//***************************************************************************
    34 scsiObj::scsiObj() : buffer(NULL), hmtxDriver(0)
     34scsiObj::scsiObj() : buffer(NULL), hmtxDriver(0), postSema(0)
    3535{
    3636   memset(&SRBlock, 0, sizeof(SRBlock));
     
    476476 APIRET rc;
    477477
    478   if(!fWait) {
     478  if(fWait) {
    479479        rc = DosRequestMutexSem((HMTX) hmtxDriver, SEM_INDEFINITE_WAIT);
    480480  }
Note: See TracChangeset for help on using the changeset viewer.