X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=odr%2Fodr_seq.c;h=bb55971238a94417e549f3d56e4f68b2dcd44c79;hp=38899f8c94dd94a7e505ef522fe4766c5ab4e1a8;hb=86927dcf1fb5dbd4d30f2d906ff5ceba7319f142;hpb=dd509bd7c24e5c9f93f0c0072bfb91227142705b diff --git a/odr/odr_seq.c b/odr/odr_seq.c index 38899f8..bb55971 100644 --- a/odr/odr_seq.c +++ b/odr/odr_seq.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: odr_seq.c,v $ - * Revision 1.11 1995-05-17 08:41:54 quinn + * Revision 1.12 1995-05-18 13:06:32 quinn + * Smallish. + * + * Revision 1.11 1995/05/17 08:41:54 quinn * Small, hopefully insignificant change. * * Revision 1.10 1995/05/16 08:50:59 quinn @@ -90,7 +93,6 @@ int odr_sequence_of(ODR o, Odr_fun type, void *p, int *num) { char ***pp = (char***) p; /* for dereferencing */ char **tmp; - char *dummy = "Nothing"; int size = 0, i; if (!odr_sequence_begin(o, p, 0))