From: ceriel Date: Tue, 15 Mar 1988 13:17:42 +0000 (+0000) Subject: adapted to new ip_spec.t X-Git-Tag: release-5-5~3561 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=628b9699e82e1eea82889c2203f8acda96a10154;p=ack.git adapted to new ip_spec.t --- diff --git a/doc/em/em.i b/doc/em/em.i index 04ab3728a..fdef57dbf 100644 --- a/doc/em/em.i +++ b/doc/em/em.i @@ -866,6 +866,7 @@ begin begin iflag:=f; instr:=insr; if '2' in cset then ilength:=2 + else if 'u' in cset then ilength:=2 else if '4' in cset then ilength:=4 else if '8' in cset then ilength:=8 else if (mini in f) or (short in f) then diff --git a/util/ass/asprint.p b/util/ass/asprint.p index f71e02b30..b74a58e57 100644 --- a/util/ass/asprint.p +++ b/util/ass/asprint.p @@ -248,6 +248,7 @@ begin begin iflag:=f; instr:=insr; if '2' in cset then ilength:=2 + else if 'u' in cset then ilength:=2 else if '4' in cset then ilength:=4 else if '8' in cset then ilength:=8 else if (mini in f) or (short in f) then