Ignore:
Timestamp:
Aug 12, 2002, 11:40:35 PM (23 years ago)
Author:
umoeller
Message:

Watchdog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/procstat.c

    r206 r207  
    518518PQTOPLEVEL32 prc32GetInfo(APIRET *parc)     // out: error, ptr can be NULL
    519519{
    520     #define BUFSIZE (256 * 1024) // 128000l
     520    #define BUFSIZE (1024 * 1024) // 1 meg
    521521
    522522    PCHAR pBuf = NULL; // (PCHAR)malloc(BUFSIZE);
     
    741741    {
    742742        if (pModule->usHModule == usHModule)
    743             return (pModule);
     743            return pModule;
     744
    744745        pModule = pModule->pNext;
    745746    }
Note: See TracChangeset for help on using the changeset viewer.