X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fyaziconv.c;h=57de6e1f4a7671001117450341fd638763f8814d;hp=5bdd4883ce4f47d2ef67ed830316931355b58e5f;hb=3d757077b85e1f9d6227773f9ac716edeee18911;hpb=5242cb5a8634bfa38b9333ff7f903e718ac6e292 diff --git a/util/yaziconv.c b/util/yaziconv.c index 5bdd488..57de6e1 100644 --- a/util/yaziconv.c +++ b/util/yaziconv.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ @@ -12,6 +12,7 @@ #include #include +#include #define CHUNK_IN 64 #define CHUNK_OUT 64 @@ -138,6 +139,7 @@ int main(int argc, char **argv) yaz_iconv_t cd; FILE *inf = stdin; + yaz_enable_panic_backtrace(*argv); while ((ret = options("vf:t:", argv, argc, &arg)) != -2) { switch (ret)