X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fyaziconv.c;h=bf3b922b4fef62cd49e2a99f9c4275ab6334a394;hb=aaf2ab15830321d9db33cd2e47f739fb52324110;hp=a755a7d85818f6ae4eeb7c4a13c000804bc3df2a;hpb=d57ade59211707b9bcfacc61039e446c9fa3f36f;p=yaz-moved-to-github.git diff --git a/util/yaziconv.c b/util/yaziconv.c index a755a7d..bf3b922 100644 --- a/util/yaziconv.c +++ b/util/yaziconv.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 1995-2005, Index Data ApS + * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: yaziconv.c,v 1.5 2006-04-21 10:28:07 adam Exp $ + * $Id: yaziconv.c,v 1.7 2007-03-09 08:39:38 adam Exp $ */ #if HAVE_CONFIG_H @@ -81,7 +81,7 @@ void convert (FILE *inf, yaz_iconv_t cd, int verbose) } if (r == 0) { - fprintf (stderr, "invalid sequence\n"); + fprintf (stderr, "invalid sequence due to missing input\n"); return ; } inbytesleft += r;