From: Adam Dickmeiss Date: Mon, 17 May 1999 20:37:41 +0000 (+0000) Subject: Fixed problem with ASN code. X-Git-Tag: IRTCL.1.4~23 X-Git-Url: http://git.indexdata.com/?p=ir-tcl-moved-to-github.git;a=commitdiff_plain;h=e0b948549dd88cd5e8e2b4a7b8c22e4a996c72a3 Fixed problem with ASN code. --- diff --git a/ir-tcl.c b/ir-tcl.c index 57792b0..66eebf3 100644 --- a/ir-tcl.c +++ b/ir-tcl.c @@ -5,7 +5,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: ir-tcl.c,v $ - * Revision 1.113 1999-04-20 10:01:46 adam + * Revision 1.114 1999-05-17 20:37:41 adam + * Fixed problem with ASN code. + * + * Revision 1.113 1999/04/20 10:01:46 adam * Modified calls to ODR encoders/decoders (name argument). * * Revision 1.112 1999/03/22 06:51:34 adam @@ -3043,7 +3046,7 @@ static int do_sort (void *o, Tcl_Interp *interp, int argc, char **argv) #ifdef ASN_COMPILED req->num_inputResultSetNames = 1; req->inputResultSetNames = (Z_InternationalString **) - odr_malloc (out, sizeof(*req->inputResultSetNames)); + odr_malloc (p->odr_out, sizeof(*req->inputResultSetNames)); req->inputResultSetNames[0] = obj->setName; #else req->inputResultSetNames =