~ubuntu-branches/ubuntu/jaunty/luatex/jaunty

« back to all changes in this revision

Viewing changes to src/texk/web2c/luatexdir/font/writet3.c

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2007-12-10 10:24:34 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071210102434-9w9ljypghznwb4dy
Tags: 0.20.1-1
* new upstreams, add the announcements with changes to the debian dir
* call build.sh.linux with bash, not with sh, otherwise building breaks
  (thanks to Pascal de Bruijn <pmjdebruijn@gmail.com> from Ubuntu for
  letting us know) [np]
* update libpoppler patch
* change the texdoclua patch to use the new os.tmpdir with a template of
  /tmp/luatex.XXXXXX
* bump standards version to 3.7.3, no changes necessary
* convert copyright file to utf-8

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
        t3_char_procs[i] = 0;
251
251
        t3_char_widths[i] = 0;
252
252
    }
253
 
    pack_file_name (tex_font_name(f), get_nullstr (), maketexstring (".pgc"));
 
253
    pack_file_name (tex_font_name(f), get_nullstr (), maketexlstring (".pgc",4));
254
254
    cur_file_name = makecstring (make_name_string ());
255
255
    is_pk_font = false;
256
256