X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Frecctrl.c;h=9530959a2e85621d4343f2910521d1a79be14e67;hb=08dfaf179e9c3bf0ec66a3a34fab11d5cd5d1fa8;hp=4879f8f42ed76cf913e2332919479cc890751451;hpb=4415da5dbbba04e50d4524347486d60113ed569c;p=idzebra-moved-to-github.git diff --git a/recctrl/recctrl.c b/recctrl/recctrl.c index 4879f8f..9530959 100644 --- a/recctrl/recctrl.c +++ b/recctrl/recctrl.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recctrl.c,v $ - * Revision 1.4 1999-05-20 12:57:18 adam + * Revision 1.5 1999-05-26 07:49:14 adam + * C++ compilation. + * + * Revision 1.4 1999/05/20 12:57:18 adam * Implemented TCL filter. Updated recctrl system. * * Revision 1.3 1998/10/16 08:14:36 adam @@ -77,7 +80,8 @@ void recTypes_add_handler (RecTypes rts, RecType rt) { struct recTypeEntry *rte; - rte = nmem_malloc (data1_nmem_get (rts->dh), sizeof(*rte)); + rte = (struct recTypeEntry *) + nmem_malloc (data1_nmem_get (rts->dh), sizeof(*rte)); rte->recType = rt; rte->init_flag = 0;