Changeset 468 for OCO/trunk/drv16/strategy.cpp
- Timestamp:
- Nov 4, 2009, 4:21:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/strategy.cpp
r253 r468 411 411 delete pstream; 412 412 else 413 ; //### Log unexpected condition.413 dprintf(("Close NULL stream"));; //### Log unexpected condition. 414 414 } 415 415 //****************************************************************************** … … 470 470 break; 471 471 default: 472 dprintf(("Strategy Unk:0x%x", prp->bCommand)); 472 473 prp->usStatus = RPDONE | RPERR | RPGENFAIL; 473 474 }
Note:
See TracChangeset
for help on using the changeset viewer.