Show
Ignore:
Timestamp:
03/16/08 12:42:43 (7 months ago)
Author:
cyrusdaboo
Message:

Fix some compiler warnings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/v4.1d1/MacOS/Sources/More ATSUI/MoreATSUnicodeFonts.cp

    r74 r163  
    874874                // First see if there are any names at all with the given code. 
    875875                // Remember the info for that name - it'll be our first guess. 
    876                 status = ATSUFindFontName( theFont, iNameCode, kFontNoPlatform, kFontNoScript, kFontNoLanguage, 
     876                status = ATSUFindFontName( theFont, iNameCode, kFontNoPlatformCode, kFontNoScriptCode, kFontNoLanguageCode, 
    877877                                                                   0, NULL, NULL, &bestIndex ); 
    878878                if ( status == noErr ) {