X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=marc.c;h=6322dc609049803cadcc864b49358edf478e129a;hb=9c188c91c6a0a300762cedb5bdb384023e1c48b8;hp=36f2774f30102c6d62033ae2700eafdf7e956ede;hpb=38d3a59423e91dc9c0985c678afdfba1837cdb5f;p=ir-tcl-moved-to-github.git diff --git a/marc.c b/marc.c index 36f2774..6322dc6 100644 --- a/marc.c +++ b/marc.c @@ -1,10 +1,14 @@ /* * IR toolkit for tcl/tk * (c) Index Data 1995 + * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Log: marc.c,v $ - * Revision 1.2 1995-05-26 11:44:11 adam + * Revision 1.3 1995-05-29 08:44:26 adam + * Work on delete of objects. + * + * Revision 1.2 1995/05/26 11:44:11 adam * Bugs fixed. More work on MARC utilities and queries. Test * client is up-to-date again. * @@ -24,7 +28,7 @@ #define ISO2709_FS 036 #define ISO2709_IDFS 037 -int atoi_n (const char *buf, int len) +static int atoi_n (const char *buf, int len) { int val = 0; @@ -53,8 +57,6 @@ static int marc_compare (const char *f, const char *p) return *f - *p; } -FILE *outf = stderr; - char *ir_tcl_fread_marc (FILE *inf, size_t *size) { char length[5];