Changeset 1505 for trunk/dll/dirsize.c


Ignore:
Timestamp:
Apr 12, 2010, 12:29:56 AM (15 years ago)
Author:
Gregg Young
Message:

Remove unnecessary type casts; minor formating cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dirsize.c

    r1498 r1505  
    529529      ULONG size = sizeof(SWP);
    530530
    531       PrfQueryProfileData(fmprof, (CHAR *) FM3Str, "DirSizes.Position", (PVOID) &swp, &size);
     531      PrfQueryProfileData(fmprof, FM3Str, "DirSizes.Position", (PVOID) &swp, &size);
    532532      swp.fl &= ~SWP_SIZE;              // 04 Feb 09 SHL ignore saved size
    533533      WinSetWindowPos(hwnd,
     
    10191019
    10201020        WinQueryWindowPos(hwnd, &swp);
    1021         PrfWriteProfileData(fmprof, (CHAR *) FM3Str, "DirSizes.Position", (PVOID) &swp, size);
     1021        PrfWriteProfileData(fmprof, FM3Str, "DirSizes.Position", (PVOID) &swp,  size);
    10221022      }
    10231023      pState = INSTDATA(hwnd);
Note: See TracChangeset for help on using the changeset viewer.