diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-04 20:15:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-04 20:15:26 +0000 |
commit | b8e3667229f98fc455cfd2b16302bd8f366af5ed (patch) | |
tree | d68f65580c1647769132c2e4cf6ec46bf6f392d9 /Master/texmf-dist/metapost | |
parent | 4e4627f37781e2ceb953152ae93e96e71b02a8b0 (diff) |
context (current 4apr18)
git-svn-id: svn://tug.org/texlive/trunk@47285 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/metapost')
-rw-r--r-- | Master/texmf-dist/metapost/context/base/mpiv/mp-tool.mpiv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/metapost/context/base/mpiv/mp-tool.mpiv b/Master/texmf-dist/metapost/context/base/mpiv/mp-tool.mpiv index 36d6f174394..75706e09be9 100644 --- a/Master/texmf-dist/metapost/context/base/mpiv/mp-tool.mpiv +++ b/Master/texmf-dist/metapost/context/base/mpiv/mp-tool.mpiv @@ -1716,7 +1716,7 @@ def mfun_with_arrow_picture (text t) = for i within mfun_arrow_picture : if istextext(i) : draw i - else : + else : mfun_arrow_count := mfun_arrow_count + 1 ; mfun_arrow_path := pathpart i ; t |