Ignore:
Timestamp:
Feb 2, 2001, 9:45:42 AM (25 years ago)
Author:
bird
Message:

Corrected kFileLX and kFilePE constructors.
Made kDump.exe work again.
Added import module dump to kFilePE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/kFileFormatBase.cpp

    r4358 r5053  
    1 /* $Id: kFileFormatBase.cpp,v 1.2 2000-10-02 04:01:39 bird Exp $
     1/* $Id: kFileFormatBase.cpp,v 1.3 2001-02-02 08:45:41 bird Exp $
    22 *
    33 * kFileFormatBase - Base class for kFile<format> classes.
     
    2020#include <stdio.h>
    2121
     22#include "kFile.h"
    2223#include "kFileFormatBase.h"
    2324
     
    7980BOOL   kFileFormatBase::dump(kFile *pOut)
    8081{
    81     pOut = pOut;
     82    pOut->printf("Sorry, dump() is not implemented for this file format.\n");
    8283    return FALSE;
    8384}
Note: See TracChangeset for help on using the changeset viewer.