diff src/w32uniscribe.c @ 93654:566bfd5b644d

(uniscribe_check_otf): Fix last change.
author Jason Rumney <jasonr@gnu.org>
date Fri, 04 Apr 2008 07:58:28 +0000
parents 5476a4f5d2f2
children f606935ea4be
line wrap: on
line diff
--- a/src/w32uniscribe.c	Fri Apr 04 07:56:00 2008 +0000
+++ b/src/w32uniscribe.c	Fri Apr 04 07:58:28 2008 +0000
@@ -565,7 +565,7 @@
   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.  */