Ignore:
Timestamp:
Nov 12, 2006, 3:44:41 AM (19 years ago)
Author:
pr
Message:

Fix warning

File:
1 edited

Legend:

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

    r337 r338  
    27052705            pStorePos->usMinXPos = WinQueryWindowUShort(hwnd, QWS_XMINIMIZE);
    27062706            pStorePos->usMinYPos = WinQueryWindowUShort(hwnd, QWS_YMINIMIZE);
    2707             pStorePos->ulPPLen = WinGetFrameTreePPs(hwnd, ulSizePP, pStorePos + 1);
     2707            pStorePos->ulPPLen = WinGetFrameTreePPs(hwnd, ulSizePP, (PSZ)(pStorePos + 1));
    27082708            ulSize = pStorePos->ulPPLen + sizeof(STOREPOS);
    27092709            brc = PrfWriteProfileData(hIni, (PSZ)pcszApp, (PSZ)pcszKey, pStorePos, ulSize);
Note: See TracChangeset for help on using the changeset viewer.