--- psiconv/trunk/lib/psiconv/error.c 2004/01/06 20:15:01 184 +++ 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 @@ -25,7 +25,6 @@ #include #include "error.h" -#include "config.h" #ifdef DMALLOC #include @@ -37,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,...)