Bug 13002

Summary: Misprints: char instead of FcChar8
Product: fontconfig Reporter: David <ssdk>
Component: docAssignee: Keith Packard <keithp>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: 2.4   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: The doc patch (.diff file)

Description David 2007-10-30 04:08:52 UTC
1. There should be FcChar8** instead of char** in the following function:
          * FcPatternGetString
   2. There should be FcChar8* instead of char* in the following functions:
          * FcConfigAppFontAddFile
          * FcConfigAppFontAddDir
          * FcConfigFilename
          * FcNameParse
          * FcFreeTypeQuery
          * FcFileScan
          * FcDirScan
          * FcDirSave
   3. There should be FcChar8* instead of char* in the definition of the following type:
          * FcValue

The detailed bug description can be found at: 

http://linuxtesting.org/results/report?num=S0586
Comment 1 David 2007-10-30 04:11:17 UTC
Created attachment 12255 [details] [review]
The doc patch (.diff file)
Comment 2 Keith Packard 2007-11-03 23:03:47 UTC
I scanned all of the documentation and fixed these and several other incorrect uses of 'char' which are now 'FcChar8'

f2772d6b45bcfc27618968fdbb08dcc50a18be22

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.