X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fmarcdump.c;h=e270996f998e9bc37742e0f6dd950a00f86eaf85;hb=97e0cd0e1341f4b75216dec7c95f7a4627f4e63d;hp=f6cc2acf774b1ee9eb93c639e505339803004c3a;hpb=191f86396f357a0d26df67ce6b7d9ccb23f3e207;p=yaz-moved-to-github.git diff --git a/util/marcdump.c b/util/marcdump.c index f6cc2ac..e270996 100644 --- a/util/marcdump.c +++ b/util/marcdump.c @@ -1,10 +1,16 @@ /* - * Copyright (c) 1995, Index Data + * Copyright (c) 1995-1997, Index Data * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Log: marcdump.c,v $ - * Revision 1.5 1997-09-24 13:29:40 adam + * Revision 1.7 1998-02-11 11:53:36 adam + * Changed code so that it compiles as C++. + * + * Revision 1.6 1997/12/12 06:32:33 adam + * Added include of string.h. + * + * Revision 1.5 1997/09/24 13:29:40 adam * Added verbose option -v to marcdump utility. * * Revision 1.4 1995/11/01 13:55:05 quinn @@ -23,6 +29,7 @@ #include #include +#include #include #include #include @@ -73,7 +80,7 @@ int main (int argc, char **argv) prog, arg, strerror (errno)); exit (1); } - buf = xmalloc (file_size); + buf = (char *)xmalloc (file_size); if (!buf) { fprintf (stderr, "%s: cannot xmalloc: %s\n",