X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=queue.c;h=8ced1709301c8aa623f3f5cf92f6afd523a16050;hb=d026c3e06f6e19e5ed4174ab1a504a4b5af79183;hp=c25ade10650f3ac78617f5e581267472d6d2077e;hpb=ac2136c8caf1f2a8c6f458cd1775e9bf1c18aa71;p=ir-tcl-moved-to-github.git diff --git a/queue.c b/queue.c index c25ade1..8ced170 100644 --- a/queue.c +++ b/queue.c @@ -5,7 +5,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: queue.c,v $ - * Revision 1.12 1999-04-20 10:01:46 adam + * Revision 1.13 2003-03-05 21:21:42 adam + * APDU log. default largeSetLowerBound changed from 2 to 1 + * + * Revision 1.12 1999/04/20 10:01:46 adam * Modified calls to ODR encoders/decoders (name argument). * * Revision 1.11 1996/07/03 13:31:14 adam @@ -73,6 +76,8 @@ int ir_tcl_send_APDU (Tcl_Interp *interp, IrTcl_Obj *p, Z_APDU *apdu, odr_reset (p->odr_out); return TCL_ERROR; } + if (p->odr_pr) + z_APDU (p->odr_pr, &apdu, 0, 0); rp = &p->request_queue; while (*rp) rp = &(*rp)->next;