diff --git a/src/cff/t2load.c b/src/cff/t2load.c index d9e46de09..2a79ab691 100644 --- a/src/cff/t2load.c +++ b/src/cff/t2load.c @@ -302,7 +302,7 @@ { /* if it is not a standard string, return it */ if ( sid > 390 ) - return T2_Get_Name( index, sid - 390 ); + return T2_Get_Name( index, sid - 391 ); /* that's a standard string, fetch a copy from the PSName module */ {