Changeset 13 for trunk/src/helpers/gpih.c
- Timestamp:
- Nov 23, 2000, 7:36:41 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/gpih.c
r8 r13 384 384 { 385 385 // _Pmpf(("Found font PP: %s", pszFontFound)); 386 sscanf(pszFontNameSize, "% d", pulSize);386 sscanf(pszFontNameSize, "%lu", pulSize); 387 387 *ppszFaceName = pcDot + 1; 388 388 brc = TRUE; … … 932 932 { 933 933 // _Pmpf(("Found font PP: %s", pszFontFound)); 934 sscanf(pszFontFound, "% d", &ulFontSize);934 sscanf(pszFontFound, "%lu", &ulFontSize); 935 935 if (plSize) 936 936 *plSize = ulFontSize;
Note:
See TracChangeset
for help on using the changeset viewer.