diff options
author | Han The Thanh <hanthethanh@gmail.com> | 2008-08-12 17:15:53 +0000 |
---|---|---|
committer | Han The Thanh <hanthethanh@gmail.com> | 2008-08-12 17:15:53 +0000 |
commit | 2c9dee1e6e528e58377b5e3b7d06528237a70f1e (patch) | |
tree | e705c58c5b8ea39c5aa92ddcf8d0a42caf1b18ab /Build/source/texk/web2c/pdftexdir/pdftoepdf.cc | |
parent | f01562d0820bdbfd38301e01eb0deae7bc0372a3 (diff) |
minor fixes for pdftex
git-svn-id: svn://tug.org/texlive/trunk@10280 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/pdftoepdf.cc')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/pdftoepdf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/pdftoepdf.cc b/Build/source/texk/web2c/pdftexdir/pdftoepdf.cc index e0d0ad8946c..c1692bb393d 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftoepdf.cc +++ b/Build/source/texk/web2c/pdftexdir/pdftoepdf.cc @@ -339,7 +339,7 @@ static void copyFontDict(Object * obj, InObj * r) static void copyStream(Stream * str) { - int c, c2; + int c, c2 = 0; str->reset(); while ((c = str->getChar()) != EOF) { pdfout(c); |