From: ceriel Date: Wed, 4 Feb 1987 16:03:54 +0000 (+0000) Subject: fixed error in call of C_con_scon X-Git-Tag: release-5-5~4765 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6ce38d28aeb0db578183850373f9cbce4803a612;p=ack.git fixed error in call of C_con_scon --- diff --git a/modules/src/em_code/em_code.3X b/modules/src/em_code/em_code.3X index 872bbcbc0..37a5464ac 100644 --- a/modules/src/em_code/em_code.3X +++ b/modules/src/em_code/em_code.3X @@ -241,7 +241,7 @@ A sequence of calls to get this, is .RS .nf C_con_icon("23", (arith)4); -C_con_scon("hello world"); +C_con_scon("hello world", (arith) 11); C_con_dlb((label)12, (arith)0); C_con_dnam("table", (arith)12); C_con_ilb((label)33);