Skip to content
Snippets Groups Projects
Commit 9f158b2b authored by Pierre Loic Garoche's avatar Pierre Loic Garoche
Browse files

[EMF] missing quotes

parent 568b5a26
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ let print_protect fmt f =
else
fprintf fmt "%s" s
let pp_var_string fmt v = print_protect fmt (fun fmt -> fprintf fmt "%s" v)
let pp_var_string fmt v =fprintf fmt "\"%t\"" (fun fmt -> print_protect fmt (fun fmt -> fprintf fmt "%s" v))
let pp_var_name fmt v = print_protect fmt (fun fmt -> Printers.pp_var_name fmt v)
(*let pp_node_args = fprintf_list ~sep:", " pp_var_name*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment