summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mplibdir/psout.w
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2014-04-09 09:51:51 +0000
committerTaco Hoekwater <taco@elvenkind.com>2014-04-09 09:51:51 +0000
commitbcbfda1c27e652211feb270611494ab1d1a2f6f6 (patch)
tree0855d87c5322238364f7c9fe776815a125850e42 /Build/source/texk/web2c/mplibdir/psout.w
parenta355345d04f41a626246c497d2490477ebb3fdff (diff)
this is metapost 1.901 (bugfixes only)
git-svn-id: svn://tug.org/texlive/trunk@33418 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mplibdir/psout.w')
-rw-r--r--Build/source/texk/web2c/mplibdir/psout.w5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/mplibdir/psout.w b/Build/source/texk/web2c/mplibdir/psout.w
index 0ab2945828c..7728a675c8f 100644
--- a/Build/source/texk/web2c/mplibdir/psout.w
+++ b/Build/source/texk/web2c/mplibdir/psout.w
@@ -1,4 +1,4 @@
-% $Id: psout.w 1892 2013-03-22 10:21:05Z taco $
+% $Id: psout.w 1996 2014-04-09 07:23:33Z taco $
% This file is part of MetaPost;
% the MetaPost program is in the public domain.
% See the <Show version...> code in mpost.w for more info.
@@ -1205,8 +1205,9 @@ static int check_fm_entry (MP mp, fm_entry * fm, boolean warn) {
float d;
fm_entry *fm;
char fm_line[FM_BUF_SIZE], buf[FM_BUF_SIZE];
- char *p, *q, *r, *s;
+ char *p, *q, *s;
char warn_s[128];
+ char *r = NULL;
switch (mp->ps->mitem->type) {
case MAPFILE:
p = fm_line;