Changeset 207 for trunk/src/helpers/procstat.c
- Timestamp:
- Aug 12, 2002, 11:40:35 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/procstat.c
r206 r207 518 518 PQTOPLEVEL32 prc32GetInfo(APIRET *parc) // out: error, ptr can be NULL 519 519 { 520 #define BUFSIZE ( 256 * 1024) // 128000l520 #define BUFSIZE (1024 * 1024) // 1 meg 521 521 522 522 PCHAR pBuf = NULL; // (PCHAR)malloc(BUFSIZE); … … 741 741 { 742 742 if (pModule->usHModule == usHModule) 743 return (pModule); 743 return pModule; 744 744 745 pModule = pModule->pNext; 745 746 }
Note:
See TracChangeset
for help on using the changeset viewer.