From: Adam Dickmeiss Date: Fri, 31 Mar 1995 09:43:24 +0000 (+0000) Subject: Removed test display. X-Git-Url: http://git.indexdata.com/?p=egate.git;a=commitdiff_plain;h=842c232d210a876c5ce0600afcb11232fa492ab1 Removed test display. --- diff --git a/util/iso2709dump.c b/util/iso2709dump.c index 0aa0fa1..1536fd7 100644 --- a/util/iso2709dump.c +++ b/util/iso2709dump.c @@ -4,7 +4,10 @@ * Europagate, 1994-1995. * * $Log: iso2709dump.c,v $ - * Revision 1.9 1995/03/30 14:22:18 adam + * Revision 1.10 1995/03/31 09:43:24 adam + * Removed test display. + * + * Revision 1.9 1995/03/30 14:22:18 adam * More work on new MARC anchor functions. * * Revision 1.8 1995/03/30 07:33:37 adam @@ -209,10 +212,7 @@ int main (int argc, char **argv) olen = iso2709_out (rec_input, &obuf, 0); rec_output = copy_rec (rec_input); if (!quiet) - { iso2709_display (rec_input, stdout); - iso2709_display (rec_output, stdout); - } if (outf && fwrite (obuf, 1, olen, outf) != olen) { fprintf (stderr, "%s: write fail of %s: %s\n", @@ -221,6 +221,7 @@ int main (int argc, char **argv) } free (obuf); iso2709_rm (rec_input); + iso2709_rm (rec_output); } free (buf); no++;