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