aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Interp.ml
diff options
context:
space:
mode:
Diffstat (limited to 'driver/Interp.ml')
-rw-r--r--driver/Interp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/Interp.ml b/driver/Interp.ml
index f42bed32..c197d004 100644
--- a/driver/Interp.ml
+++ b/driver/Interp.ml
@@ -304,7 +304,7 @@ let format_value m flags length conv arg =
format_int64 (flags ^ conv) (camlint64_of_coqint i)
| ('d'|'i'|'u'|'o'|'x'|'X'), ("ll"|"j"), _ ->
"<long long argument expected"
- | ('f'|'e'|'E'|'g'|'G'|'a'), "", Vfloat f ->
+ | ('f'|'e'|'E'|'g'|'G'|'a'), "l", Vfloat f ->
format_float (flags ^ conv) (camlfloat_of_coqfloat f)
| ('f'|'e'|'E'|'g'|'G'|'a'), "", _ ->
"<float argument expected"