pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/error.c
diff -u pspp/src/error.c:1.17 pspp/src/error.c:1.18
--- pspp/src/error.c:1.17       Sun Jul 31 21:42:46 2005
+++ pspp/src/error.c    Wed Oct 26 05:06:14 2005
@@ -126,7 +126,7 @@
       else
        mfile_loc *= 2;
 
-      file_loc = xrealloc (file_loc, mfile_loc * sizeof *file_loc);
+      file_loc = xnrealloc (file_loc, mfile_loc, sizeof *file_loc);
     }
 
   file_loc[nfile_loc++] = f;




reply via email to

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