summaryrefslogtreecommitdiffstats
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/pervasives.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/pervasives.ml b/stdlib/pervasives.ml
index 7c28eb369..e276fdb5c 100644
--- a/stdlib/pervasives.ml
+++ b/stdlib/pervasives.ml
@@ -1001,7 +1001,7 @@ external format_of_string :
('a, 'b, 'c, 'd, 'e, 'f) format6 = "%identity"
let (^^) (fmt1, str1) (fmt2, str2) =
- (CamlinternalFormatBasics.concat_fmt fmt1 fmt2, str1 ^ str2)
+ (CamlinternalFormatBasics.concat_fmt fmt1 fmt2, str1 ^ "%," ^ str2)
(* Miscellaneous *)