pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/data-in.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/data-in.c
Date: Sun, 24 Jul 2005 21:51:07 -0400

Index: pspp/src/data-in.c
diff -u pspp/src/data-in.c:1.19 pspp/src/data-in.c:1.20
--- pspp/src/data-in.c:1.19     Mon May 16 07:33:16 2005
+++ pspp/src/data-in.c  Mon Jul 25 01:51:06 2005
@@ -212,9 +212,7 @@
       return false;
     }
   
-  if (have_char (i)
-      && (tolower (*i->s) == 'e' || tolower (*i->s) == 'd'
-         || (type == FMT_E && (*i->s == '+' || *i->s == '-'))))
+  if (have_char (i) && strchr ("eEdD-+", *i->s))
     {
       /* Get the exponent specified after the `e' or `E'.  */
       long exp;




reply via email to

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