X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fyaziconv.c;h=57de6e1f4a7671001117450341fd638763f8814d;hp=0e8bb5a351060a6d8ee6683e15e9ab460f0550f1;hb=3d757077b85e1f9d6227773f9ac716edeee18911;hpb=0c46d2e66bdeea1600e700124a81a5d0a65d349e diff --git a/util/yaziconv.c b/util/yaziconv.c index 0e8bb5a..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-2013 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)