Changeset 3344 for trunk/tools
- Timestamp:
- Apr 7, 2000, 7:20:24 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/dbginfo/kHll.cpp
r3332 r3344 1 /* $Id: kHll.cpp,v 1.1 0 2000-04-07 02:47:00bird Exp $1 /* $Id: kHll.cpp,v 1.11 2000-04-07 17:20:24 bird Exp $ 2 2 * 3 3 * kHll - Implementation of the class kHll. … … 1001 1001 if (fseek(phFile, lPosStart + cchWritten, SEEK_SET) != 0) 1002 1002 return -2; 1003 hllHdr.offDirectory = cchWritten + sizeof(hllHdr) - 1;1003 hllHdr.offDirectory = cchWritten + sizeof(hllHdr); 1004 1004 cch = fwrite(&hllHdr, 1, sizeof(hllHdr), phFile); 1005 1005 if (cch != sizeof(hllHdr)) … … 1179 1179 lPosDebug = e32.e32_debuginfo; 1180 1180 else 1181 lPosDebug = cbLXFile;1181 lPosDebug = (cbLXFile + 0x400) & ~0x1FF; //try do some alignment. 1182 1182 1183 1183 /*
Note:
See TracChangeset
for help on using the changeset viewer.