--- psiconv/trunk/lib/psiconv/error.c 2004/02/02 21:56:48 193 +++ psiconv/trunk/lib/psiconv/error.c 2004/02/22 22:24:39 217 @@ -1,6 +1,6 @@ /* error.c - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999, 2000 Frodo Looijaard + Copyright (c) 1999-2004 Frodo Looijaard 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 @@ -36,7 +36,7 @@ fprintf(stderr,"%s\n",message); } -#define MAX_MESSAGE 160 +#define MAX_MESSAGE 1024 void psiconv_fatal(psiconv_config config, int level, psiconv_u32 off, const char *format,...)