]> code.delx.au - gnu-emacs/blobdiff - src/w32uniscribe.c
* doc/lispref/modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
[gnu-emacs] / src / w32uniscribe.c
index f2bd0f44b50fcff4b42d5541c244a1cf43db8560..cfdf629ceee05e6ea6f12a5fd20e5be061e92f08 100644 (file)
@@ -666,7 +666,7 @@ int uniscribe_check_otf (font, otf_spec)
   struct gcpro gcpro1;
 
   /* Check the spec is in the right format.  */
-  if (!CONSP (otf_spec) || Flength (otf_spec) < 3)
+  if (!CONSP (otf_spec) || XINT (Flength (otf_spec)) < 3)
     return 0;
 
   /* Break otf_spec into its components.  */