emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32uniscribe.c,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32uniscribe.c,v
Date: Fri, 04 Apr 2008 07:58:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/04/04 07:58:28

Index: w32uniscribe.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32uniscribe.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- w32uniscribe.c      3 Apr 2008 15:38:10 -0000       1.2
+++ w32uniscribe.c      4 Apr 2008 07:58:28 -0000       1.3
@@ -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.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]