/* pr -- convert text files for printing.
- Copyright (C) 88, 91, 1995-2004 Free Software Foundation, Inc.
+ Copyright (C) 88, 91, 1995-2005 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
if (column_vector != NULLCOL)
free (column_vector);
- column_vector = xmalloc (columns * sizeof (COLUMN));
+ column_vector = xnmalloc (columns, sizeof (COLUMN));
if (parallel_files)
{