pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/sample.c
Date: Sun, 06 Mar 2005 22:04:55 -0500

Index: pspp/src/sample.c
diff -u pspp/src/sample.c:1.9 pspp/src/sample.c:1.10
--- pspp/src/sample.c:1.9       Tue Nov 16 08:08:00 2004
+++ pspp/src/sample.c   Mon Mar  7 03:04:50 2005
@@ -62,7 +62,7 @@
 
   if (!lex_force_num ())
     return CMD_FAILURE;
-  if (!lex_integer_p ())
+  if (!lex_is_integer ())
     {
       unsigned long min = gsl_rng_min (get_rng ());
       unsigned long max = gsl_rng_max (get_rng ());




reply via email to

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