Procházet zdrojové kódy

ft: 终版1.1

master
SisMaker před 4 roky
rodič
revize
8afc205cc7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/eFmt.erl

+ 1
- 1
src/eFmt.erl Zobrazit soubor

@ -224,7 +224,7 @@ writeList([], _Depth, _Width, _Encoding, _Strings) ->
writeList(List, Depth, Width, Encoding, Strings) ->
case Strings andalso visualList(List, Encoding) of
true ->
<<"\"", (list_to_binary(List))/binary, "\"">>;
<<"\"", (unicode:characters_to_binary(List))/binary, "\"">>;
_ ->
writeList(List, Depth, Width, Encoding, Strings, 0, <<"[">>)
end.

Načítá se…
Zrušit
Uložit