Ignore:
Timestamp:
Aug 26, 2007, 3:13:35 AM (18 years ago)
Author:
bird
Message:

made kDbg compile again (not linking yet though).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kDbg/kDbgDump.cpp

    r3537 r3550  
    2828*   Header Files                                                               *
    2929*******************************************************************************/
    30 #include "kDbg.h"
     30#include <k/kDbg.h>
    3131#include <string.h>
    3232#include <stdio.h>
     
    5353{
    5454    PKDBGMOD pDbgMod;
    55     int rc = kDbgModuleOpen(pszFile, &pDbgMod);
     55    int rc = kDbgModuleOpen(&pDbgMod, pszFile, NULL);
    5656    if (rc)
    5757    {
Note: See TracChangeset for help on using the changeset viewer.