diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2011-05-18 10:11:11 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2011-05-18 10:11:11 +0000 |
commit | 92de58e2abb5039ad5dfd0955f080f91ade2a1a6 (patch) | |
tree | 76a83ca7bdf4be127c80a8fc949e4e39499c1f70 /Build/source/texk/web2c/luatexdir/image | |
parent | 44e98ed6c0efe8227737e1df2df23550d8c790a9 (diff) |
last-minute luatex fixes
git-svn-id: svn://tug.org/texlive/trunk@22520 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/image')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/image/writeimg.w | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/image/writeimg.w b/Build/source/texk/web2c/luatexdir/image/writeimg.w index 57f0740f04b..6e9dad2b111 100644 --- a/Build/source/texk/web2c/luatexdir/image/writeimg.w +++ b/Build/source/texk/web2c/luatexdir/image/writeimg.w @@ -22,8 +22,8 @@ @ @c static const char _svn_version[] = - "$Id: writeimg.w 4055 2011-01-10 19:52:50Z oneiros $ " - "$URL: http://foundry.supelec.fr/svn/luatex/tags/beta-0.66.0/source/texk/web2c/luatexdir/image/writeimg.w $"; + "$Id: writeimg.w 4271 2011-05-16 14:40:06Z taco $ " + "$URL: http://foundry.supelec.fr/svn/luatex/branches/0.70.x/source/texk/web2c/luatexdir/image/writeimg.w $"; #include <assert.h> #include "ptexlib.h" @@ -288,7 +288,7 @@ void free_image_dict(image_dict * p) void read_img(PDF pdf, image_dict * idict, int minor_version, int inclusion_errorlevel) { - char *filepath; + char *filepath = NULL; int callback_id; assert(idict != NULL); if (img_filename(idict) == NULL) |