Bug 13002 - Misprints: char instead of FcChar8
Summary: Misprints: char instead of FcChar8
Status: RESOLVED FIXED
Alias: None
Product: fontconfig
Classification: Unclassified
Component: doc (show other bugs)
Version: 2.4
Hardware: All All
: medium normal
Assignee: Keith Packard
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-30 04:08 UTC by David
Modified: 2007-11-03 23:03 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
The doc patch (.diff file) (4.24 KB, patch)
2007-10-30 04:11 UTC, David
Details | Splinter Review

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.