Changeset 224 for trunk/dll/dirsize.c


Ignore:
Timestamp:
Jun 21, 2005, 7:09:19 AM (20 years ago)
Author:
root
Message:

More 64-bit math fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dirsize.c

    r206 r224  
    1818  26 May 05 SHL More large file formatting updates
    1919  06 Jun 05 SHL Drop obsoletes
     20  19 Jun 05 SHL More 64-bit math fixes
    2021
    2122***********************************************************************/
     
    5859                            PVOID SortFlags)
    5960{
    60   ULONG size1,size2;
     61  ULONGLONG size1;
     62  ULONGLONG size2;
    6163
    6264  size1 = ((PCNRITEM)p1)->cbFile + ((PCNRITEM)p1)->easize;
     
    790792              else {
    791793
    792                 ULONG size = sizeof(ULONG),flWindowAttr = CV_ICON;
     794                ULONG size = sizeof(ULONG);
     795                ULONG flWindowAttr = CV_ICON;
    793796                CHAR  s[33];
    794797
Note: See TracChangeset for help on using the changeset viewer.