Skip to content

Commit 54bc35c

Browse files
committed
misc: Format.pp_print_text --> Format.pp_print_string
1 parent 9becb63 commit 54bc35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/patch.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ let pp_filename ppf fn =
281281
if aux ~to_quote:false buf fn ~len 0 then
282282
Format.fprintf ppf "\"%s\"" (Buffer.contents buf)
283283
else
284-
Format.pp_print_text ppf fn
284+
Format.pp_print_string ppf fn
285285

286286
let pp_operation ppf = function
287287
| Edit (old_name, new_name) ->

0 commit comments

Comments
 (0)