/[pspp]/pspp/src/error.c
ViewVC logotype

Diff of /pspp/src/error.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by blp, Sun Jul 31 21:42:46 2005 UTC revision 1.18 by blp, Wed Oct 26 05:06:14 2005 UTC
# Line 126  err_push_file_locator (const struct file Line 126  err_push_file_locator (const struct file
126        else        else
127          mfile_loc *= 2;          mfile_loc *= 2;
128    
129        file_loc = xrealloc (file_loc, mfile_loc * sizeof *file_loc);        file_loc = xnrealloc (file_loc, mfile_loc, sizeof *file_loc);
130      }      }
131    
132    file_loc[nfile_loc++] = f;    file_loc[nfile_loc++] = f;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26