Ignore:
Timestamp:
Jul 15, 2001, 10:57:25 AM (24 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

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

    r82 r86  
    22702270                                        else
    22712271                                        {
    2272             // **patrick, this was missing...
    2273             // wonder if you ever tested this, this crashes in
    2274             // doshPerfGet otherwise ;-)
    2275             /*   -----------> */            pPerfSys->palIntrs = (PLONG)malloc(pPerfSys->cProcessors * sizeof(LONG));
     2272                                            pPerfSys->palIntrs = (PLONG)malloc(pPerfSys->cProcessors * sizeof(LONG));
    22762273                                            if (!pPerfSys->palIntrs)
    22772274                                                arc = ERROR_NOT_ENOUGH_MEMORY;
     
    22842281                                                    pPerfSys->padIntrPrev[ul] = 0.0;
    22852282                                                    pPerfSys->palLoads[ul] = 0;
    2286             /* and this one too */                  pPerfSys->palIntrs[ul] = 0;
     2283                                                    pPerfSys->palIntrs[ul] = 0;
    22872284                                                }
    22882285                                            }
Note: See TracChangeset for help on using the changeset viewer.