fix build, s,error,gd_error

master
Pierre Joye 2013-04-18 21:29:38 +02:00
parent f1a7c899e7
commit 033a2f4344
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ any2eucjp (unsigned char *dest, unsigned char *src, unsigned int dest_max)
return -1;
}
if (dest_max > BUFSIZ) {
error
gd_error
("invalid maximum size of destination\nit should be less than %d.",
BUFSIZ);
return -1;