Ignore:
Timestamp:
Oct 29, 2005, 3:14:59 PM (20 years ago)
Author:
pr
Message:

Fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/src/helpers/wphandle.c

    r297 r302  
    802802        // not found there: check the handles then
    803803
    804         if (arc = wphQueryActiveHandles(hiniSystem, &pszActiveHandles))
     804        if (arc = wphQueryActiveHandles(hiniSystem, (PSZ *) &pszActiveHandles))
    805805            _Pmpf((__FUNCTION__ ": wphQueryActiveHandles returned %d", arc));
    806806        else
     
    809809                                     hiniSystem,
    810810                                     pszActiveHandles,
    811                                      &hHandles))
     811                                     (HHANDLES *) &hHandles))
    812812                _Pmpf((__FUNCTION__ ": wphLoadHandles returned %d", arc));
    813813            else
     
    836836        free(pszActiveHandles);
    837837    if (hHandles)
    838         wphFreeHandles(&hHandles);
     838        wphFreeHandles((HHANDLES *) &hHandles);
    839839
    840840    return arc;
Note: See TracChangeset for help on using the changeset viewer.