diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-09 12:14:12 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-09 12:14:12 -0700 |
commit | dae0cd48d84709e8f3662b7bbf14d22cc46038de (patch) | |
tree | e2c533e5050fd79766b825ebb9b08d2a11b290df /lisp/emacs-lisp/cl.el | |
parent | 76032d70ca341d94996b968a3e1b522b3070196c (diff) | |
download | emacs-dae0cd48d84709e8f3662b7bbf14d22cc46038de.tar.gz emacs-dae0cd48d84709e8f3662b7bbf14d22cc46038de.tar.bz2 emacs-dae0cd48d84709e8f3662b7bbf14d22cc46038de.zip |
* ftfont.c: Distingish more carefully between FcChar8 and char.
The previous code passed unsigned char * to a functions like
strlen and xstrcasecmp that expect char *, which does not
conform to the C standard.
(get_adstyle_property, ftfont_pattern_entity): Use FcChar8 for
arguments to FcPatternGetString, and explicitly cast FcChar8 * to
char * when the C standard requires it.
Diffstat (limited to 'lisp/emacs-lisp/cl.el')
0 files changed, 0 insertions, 0 deletions