pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/aggregate.c
Date: Mon, 16 May 2005 03:33:19 -0400

Index: pspp/src/aggregate.c
diff -u pspp/src/aggregate.c:1.35 pspp/src/aggregate.c:1.36
--- pspp/src/aggregate.c:1.35   Mon May  2 06:21:20 2005
+++ pspp/src/aggregate.c        Mon May 16 07:33:16 2005
@@ -491,8 +491,7 @@
               || func_index == FIN || func_index == FOUT) 
               && ((src[0]->type == NUMERIC && arg[0].f > arg[1].f)
                   || (src[0]->type == ALPHA
-                      && st_compare_pad (arg[0].c, strlen (arg[0].c),
-                                         arg[1].c, strlen (arg[1].c)) > 0)))
+                      && str_compare_rpad (arg[0].c, arg[1].c) > 0)))
             {
               union value t = arg[0];
               arg[0] = arg[1];




reply via email to

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