From 8e955531bafec96ee104fa64741522e45c997125 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Mon, 7 Oct 2013 12:02:00 +0200 Subject: beta 2013.10.07 12:02 --- metapost/context/base/mp-mlib.mpiv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metapost') diff --git a/metapost/context/base/mp-mlib.mpiv b/metapost/context/base/mp-mlib.mpiv index 12608d450..e667e4064 100644 --- a/metapost/context/base/mp-mlib.mpiv +++ b/metapost/context/base/mp-mlib.mpiv @@ -822,7 +822,7 @@ vardef mfun_cmykcolor_to_string(expr c) = enddef ; vardef mfun_path_to_string(expr p) = - mfun_point_to_string(p,1) for i=2 upto length(p) : & " " & mfun_point_to_string(p,i) endfor + mfun_point_to_string(p,0) for i=1 upto length(p) : & " " & mfun_point_to_string(p,i) endfor enddef ; vardef mfun_boolean_to_string(expr b) = -- cgit v1.2.3