- Timestamp:
- Oct 29, 2001, 5:29:33 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmdisk.cpp
r7262 r7269 1 /* $Id: hmdisk.cpp,v 1.2 4 2001-10-29 13:36:32sandervl Exp $ */1 /* $Id: hmdisk.cpp,v 1.25 2001-10-29 16:29:33 sandervl Exp $ */ 2 2 3 3 /* … … 896 896 rc = OSLibDosDevIOCtl(-1, 0x08, 0x66, &parm, sizeof(parm), &parsize, 897 897 &status, sizeof(status), &datasize); 898 if(rc != NO_ERROR || datasize == 0) {898 if(rc != NO_ERROR) { 899 899 dprintf(("OSLibDosDevIOCtl failed with rc %d datasize %d", rc, datasize)); 900 900 return FALSE; … … 1125 1125 BOOL bRC; 1126 1126 1127 dprintf2(("KERNEL32: HMDeviceDiskClass::ReadFile %s(%08x,%08x,%08x,%08x,%08x) - stub?\n",1127 dprintf2(("KERNEL32: HMDeviceDiskClass::ReadFile %s(%08x,%08x,%08x,%08x,%08x)", 1128 1128 lpHMDeviceName, 1129 1129 pHMHandleData, … … 1178 1178 dprintf(("%x -> %d", lpBuffer, IsBadWritePtr((LPVOID)lpBuffer, nNumberOfBytesToRead))); 1179 1179 } 1180 else dprintf2(("KERNEL32: HMDeviceDiskClass::ReadFile read %x bytes", *lpNumberOfBytesRead)); 1180 1181 1181 1182 return bRC;
Note:
See TracChangeset
for help on using the changeset viewer.