Mercurial > hg > xemacs-beta
diff src/unexcw.c @ 462:0784d089fdc9 r21-2-46
Import from CVS: tag r21-2-46
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:44:37 +0200 |
parents | 3078fd1074e8 |
children | 666d73d6ac56 |
line wrap: on
line diff
--- a/src/unexcw.c Mon Aug 13 11:43:25 2007 +0200 +++ b/src/unexcw.c Mon Aug 13 11:44:37 2007 +0200 @@ -331,7 +331,7 @@ f_ohdr.dsize + f_ohdr.bsize); if (new_data_size < f_ohdr.dsize + f_ohdr.bsize ) { - PERROR("new data size is < approx"); + printf("warning: new data size is < approx\n"); } f_ohdr.dsize=new_data_size; f_ohdr.bsize=BSS_PAD_SIZE;