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: Sat, 19 Mar 2005 17:51:01 -0500

Index: pspp/src/aggregate.c
diff -u pspp/src/aggregate.c:1.28 pspp/src/aggregate.c:1.29
--- pspp/src/aggregate.c:1.28   Mon Mar 14 06:54:40 2005
+++ pspp/src/aggregate.c        Sat Mar 19 22:50:59 2005
@@ -996,7 +996,7 @@
            && (i->function & FUNC) != N && (i->function & FUNC) != NU
            && (i->function & FUNC) != NMISS && (i->function & FUNC) != NUMISS)
          {
-           if (i->function & FSTRING)
+           if (i->dest->type == ALPHA)
              memset (v->s, ' ', i->dest->width);
            else
              v->f = SYSMIS;




reply via email to

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