pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/file-type.c
Date: Wed, 26 Oct 2005 01:06:59 -0400

Index: pspp/src/file-type.c
diff -u pspp/src/file-type.c:1.22 pspp/src/file-type.c:1.23
--- pspp/src/file-type.c:1.22   Sun Jul 31 21:42:46 2005
+++ pspp/src/file-type.c        Wed Oct 26 05:06:14 2005
@@ -445,7 +445,7 @@
          if (rct->nv >= mv)
            {
              mv += 16;
-             rct->v = xrealloc (rct->v, mv * sizeof *rct->v);
+             rct->v = xnrealloc (rct->v, mv, sizeof *rct->v);
            }
 
          if (formats[fty->record.fmt].cat & FCAT_STRING)




reply via email to

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