Parameter estimate matched with appropriate variable during estimation
[pspp] / src / error.c
index 0d1a58791a58aa3107c8bc65eab954dee6dede43..28da450ed86bc7cb0f80e05beb5a3d78688f3de4 100644 (file)
@@ -126,7 +126,7 @@ err_push_file_locator (const struct file_locator *f)
       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;