[tex-live] Some compilation issues on IRIX.

Martin Schröder martin at oneiros.de
Fri Dec 29 16:24:00 CET 2006


2006/12/29, Olaf Weber <olaf at infovore.xs4all.nl>:
> Index: texk/web2c/pdftexdir/ttf2afm.c
> ===================================================================
> --- texk/web2c/pdftexdir/ttf2afm.c      (revision 2978)
> +++ texk/web2c/pdftexdir/ttf2afm.c      (working copy)
> @@ -1029,7 +1029,7 @@
>      cur_file_name = argv[optind];
>      if (print_cmap) {
>          bname = xstrdup(xbasename(cur_file_name));
> -        if ((s = rindex(bname, '.')) != NULL)
> +        if ((s = strrchr(bname, '.')) != NULL)
>              *s = 0;
>      }
>      if ((fontfile =

It's already in my sources and will be in 1.40 (to be released this year).

Best
   Martin


More information about the tex-live mailing list