Ignore:
Timestamp:
Nov 23, 2000, 7:36:41 PM (25 years ago)
Author:
umoeller
Message:

Updates for V0.9.6.

File:
1 edited

Legend:

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

    r8 r13  
    384384        {
    385385            // _Pmpf(("Found font PP: %s", pszFontFound));
    386             sscanf(pszFontNameSize, "%d", pulSize);
     386            sscanf(pszFontNameSize, "%lu", pulSize);
    387387            *ppszFaceName = pcDot + 1;
    388388            brc = TRUE;
     
    932932        {
    933933            // _Pmpf(("Found font PP: %s", pszFontFound));
    934             sscanf(pszFontFound, "%d", &ulFontSize);
     934            sscanf(pszFontFound, "%lu", &ulFontSize);
    935935            if (plSize)
    936936                *plSize = ulFontSize;
Note: See TracChangeset for help on using the changeset viewer.