X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fmarcdump.c;h=e270996f998e9bc37742e0f6dd950a00f86eaf85;hp=02507d4d5c66cfe51753c9a861e0939a5b97a201;hb=044d170f0a963555486df54653cd2fdc5815928b;hpb=6565e283922168b7a1284d0c4164f94c833f6301 diff --git a/util/marcdump.c b/util/marcdump.c index 02507d4..e270996 100644 --- a/util/marcdump.c +++ b/util/marcdump.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: marcdump.c,v $ - * Revision 1.6 1997-12-12 06:32:33 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 @@ -77,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",