X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2Fodr_cons.c;fp=odr%2Fodr_cons.c;h=4b8308578384132f478444f5f17f4cdec0d0013b;hb=f90ac049be17bf84f79ee8e541edab72f2b259e6;hp=d3f15823afa1ab8682b1808fcceb196a7ff5076a;hpb=4972d81f72edfe9d44573e863cc2d4c6305e2a64;p=yaz-moved-to-github.git diff --git a/odr/odr_cons.c b/odr/odr_cons.c index d3f1582..4b83085 100644 --- a/odr/odr_cons.c +++ b/odr/odr_cons.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: odr_cons.c,v $ - * Revision 1.8 1995-03-15 11:18:04 quinn + * Revision 1.9 1995-03-28 09:15:49 quinn + * Fixed bug in the printing mode + * + * Revision 1.8 1995/03/15 11:18:04 quinn * Fixed serious bug in odr_cons * * Revision 1.7 1995/03/10 11:44:41 quinn @@ -151,7 +154,7 @@ int odr_constructed_end(ODR o) #endif o->stackp--; return 1; - case ODR_PRINT: return 1; + case ODR_PRINT: o->stackp--; return 1; default: o->error = OOTHER; return 0;