[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Devel] (no subject)
From: |
Martin Muskens |
Subject: |
[Devel] (no subject) |
Date: |
Thu, 30 Aug 2001 14:37:12 +0200 |
Hi all,
in the file t1decode.c, in the routine T1_Decoder_Parse_Charstrings the
switch( *ip++ ) should
contain ( I think ) a case 15: like this:
case 15: // Not documented obsolete operator
op = op_none;
break;
Otherwise this operator falls into the default behaviour, which is not
approperiate.
Regards
Martin Muskens