Ignore:
Timestamp:
Nov 4, 2009, 4:21:24 PM (16 years ago)
Author:
pasha
Message:

Rebuild buffers supply, fix DDCMD_WRITE with len=0 in WAVE chain, remove/add debug output, change DebugInt3 for debug/nondebug version, move unused code to unused directore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/strategy.cpp

    r253 r468  
    411411        delete pstream;
    412412    else
    413         ;         //### Log unexpected condition.
     413        dprintf(("Close NULL stream"));;         //### Log unexpected condition.
    414414}
    415415//******************************************************************************
     
    470470         break;
    471471      default:
     472         dprintf(("Strategy Unk:0x%x", prp->bCommand));
    472473         prp->usStatus = RPDONE | RPERR | RPGENFAIL;
    473474   }
Note: See TracChangeset for help on using the changeset viewer.