Format concatenation introduces %, to delimit conversions.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9431 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
bdd01e7371
commit
5d35a4b475
2
VERSION
2
VERSION
|
@ -1,4 +1,4 @@
|
|||
3.12.0+dev7 (2009-11-19)
|
||||
3.12.0+dev8 (2009-11-30)
|
||||
|
||||
# The version string is the first line of this file.
|
||||
# It must be in the format described in stdlib/sys.mli
|
||||
|
|
|
@ -418,7 +418,7 @@ let (( ^^ ) :
|
|||
('f, 'b, 'c, 'e, 'g, 'h) format6 ->
|
||||
('a, 'b, 'c, 'd, 'g, 'h) format6) =
|
||||
fun fmt1 fmt2 ->
|
||||
string_to_format (format_to_string fmt1 ^ format_to_string fmt2)
|
||||
string_to_format (format_to_string fmt1 ^ "%," ^ format_to_string fmt2)
|
||||
;;
|
||||
|
||||
let string_of_format fmt =
|
||||
|
|
Loading…
Reference in New Issue