Changeset 16156 in webkit for trunk/JavaScriptCore/API/minidom.c


Ignore:
Timestamp:
Aug 31, 2006, 2:44:39 PM (19 years ago)
Author:
thatcher
Message:

Build fixes for ppc64 and x86_64 now that we use -Wshorten-64-to-32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/minidom.c

    r15497 r16156  
    8989    char* buffer;
    9090   
    91     int buffer_size = 0;
    92     int buffer_capacity = 1024;
     91    size_t buffer_size = 0;
     92    size_t buffer_capacity = 1024;
    9393    buffer = (char*)malloc(buffer_capacity);
    9494   
Note: See TracChangeset for help on using the changeset viewer.