diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-09-15 07:47:57 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-09-15 07:47:57 +0000 |
commit | 57e5dbc43fa038cd4a9926b870f04e543e7a3844 (patch) | |
tree | 9f9fe7a5d0812df9092806e728ef7aa0be8f61d3 | |
parent | 7172b622010c6d90e5856effb5024cbd7a4f88f6 (diff) |
MetaPost: Fixed wrong usage of mpx_abort()
git-svn-id: svn://tug.org/texlive/trunk@35174 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/web2c/mplibdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/mplibdir/mpxout.w | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/mplibdir/ChangeLog b/Build/source/texk/web2c/mplibdir/ChangeLog index 597bb82aaac..e7297c08285 100644 --- a/Build/source/texk/web2c/mplibdir/ChangeLog +++ b/Build/source/texk/web2c/mplibdir/ChangeLog @@ -1,3 +1,7 @@ +2014-09-06 Peter Breitenlohner <peb@mppmu.mpg.de> + + * mpxout.w (bad_dvi_two): Correctly use mpx_abort(). + 2014-09-03 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * lmplib.c, mp.w, mpmath.w, mpmathbinary.w, mpmathdecimal.w, diff --git a/Build/source/texk/web2c/mplibdir/mpxout.w b/Build/source/texk/web2c/mplibdir/mpxout.w index b52b24dd7b5..382b907dbee 100644 --- a/Build/source/texk/web2c/mplibdir/mpxout.w +++ b/Build/source/texk/web2c/mplibdir/mpxout.w @@ -704,7 +704,7 @@ TODO: dynamic reallocation that were noticed. @d bad_dvi(A) mpx_abort(mpx,"Bad DVI file: " A "!") -@d bad_dvi_two(A,B) mpx_abort(mpx,"Bad DVI file: %s !", A, B) +@d bad_dvi_two(A,B) mpx_abort(mpx,"Bad DVI file: " A "!", B) @.Bad DVI file@> @* The character set. |