1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

(uniscribe_check_otf): Fix last change.

This commit is contained in:
Jason Rumney 2008-04-04 07:59:20 +00:00
parent 1b718df9f2
commit 3187540eff
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-04-04 Jason Rumney <jasonr@gnu.org>
* w32uniscribe.c (uniscribe_check_otf): Fix last change.
2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
* insdel.c (insert_from_buffer_1): Don't compare bytes in destination

View File

@ -565,7 +565,7 @@ int uniscribe_check_otf (font, otf_spec)
int i, retval = 0;
/* Check the spec is in the right format. */
if (!CONSP (otf_spec) || Flength (val) < 3)
if (!CONSP (otf_spec) || Flength (otf_spec) < 3)
return 0;
/* Break otf_spec into its components. */