1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

whoops. One more.

This commit is contained in:
Jim Meyering
2003-11-06 10:01:06 +00:00
parent 85011d8cd5
commit 1223022f76

View File

@@ -171,7 +171,7 @@ paste_parallel (int nfiles, char **fnamptr)
int opened_stdin = 0; /* Nonzero if any fopen got fd 0. */
delbuf = xmalloc (file_list_size + 2);
fileptr = xmalloc ((file_list_size + 1) * sizeof (FILE *));
fileptr = xmalloc ((file_list_size + 1) * sizeof *fileptr);
/* Attempt to open all files. This could be expanded to an infinite
number of files, but at the (considerable) expense of remembering