]> git.eshelyaron.com Git - emacs.git/commit
Fix misuse of toupper in sfnt_parse_style
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Sep 2024 22:23:47 +0000 (15:23 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 18 Sep 2024 10:49:27 +0000 (12:49 +0200)
commitc74055c1354dc9e6623eeee9d5b1a3098e2d5bf1
tree4176868a6028d520b4b4c20a2b9a80be4c6fb2bf
parent90c84c728e5200e521b5c02a3c40763bd80ef4a3
Fix misuse of toupper in sfnt_parse_style

* src/sfntfont.c: Include c-ctype.h, not ctype.h.
(sfnt_parse_style): Upcase just initial ASCII letters;
that’s good enough here.

(cherry picked from commit 58a44b6ac317c9a17bcdd208e4ec33ff9772429e)
src/sfntfont.c