Correct boolean inputs
This commit is contained in:
parent
f8c673632e
commit
b168161b4f
@ -362,7 +362,7 @@ let cp_main_fn fmt (prog, sts) =
|
|||||||
else Format.fprintf fmt "%s%a")
|
else Format.fprintf fmt "%s%a")
|
||||||
(match h with
|
(match h with
|
||||||
| IVar _ -> "%d"
|
| IVar _ -> "%d"
|
||||||
| BVar _ -> "%hd"
|
| BVar _ -> "%c"
|
||||||
| RVar _ -> "%lf")
|
| RVar _ -> "%lf")
|
||||||
cp_scanf_str (true, t)
|
cp_scanf_str (true, t)
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user