Changeset 3344 for trunk/tools


Ignore:
Timestamp:
Apr 7, 2000, 7:20:24 PM (25 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/dbginfo/kHll.cpp

    r3332 r3344  
    1 /* $Id: kHll.cpp,v 1.10 2000-04-07 02:47:00 bird Exp $
     1/* $Id: kHll.cpp,v 1.11 2000-04-07 17:20:24 bird Exp $
    22 *
    33 * kHll - Implementation of the class kHll.
     
    10011001    if (fseek(phFile, lPosStart + cchWritten, SEEK_SET) != 0)
    10021002        return -2;
    1003     hllHdr.offDirectory = cchWritten + sizeof(hllHdr) - 1;
     1003    hllHdr.offDirectory = cchWritten + sizeof(hllHdr);
    10041004    cch = fwrite(&hllHdr, 1, sizeof(hllHdr), phFile);
    10051005    if (cch != sizeof(hllHdr))
     
    11791179                                lPosDebug = e32.e32_debuginfo;
    11801180                            else
    1181                                 lPosDebug = cbLXFile;
     1181                                lPosDebug = (cbLXFile + 0x400) & ~0x1FF; //try do some alignment.
    11821182
    11831183                            /*
Note: See TracChangeset for help on using the changeset viewer.