Преглед изворни кода

Merge pull request #28 from brendanhay/master

Fix to compile on R13A
pull/29/head
Andrew Thompson пре 13 година
родитељ
комит
9680638146
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/lager_trunc_io.erl

+ 1
- 1
src/lager_trunc_io.erl Прегледај датотеку

@ -283,7 +283,7 @@ alist([H|T], Max, #print_options{force_strings=true} = Options) when is_integer(
{L, Len} = alist(T, Max-1, Options),
{[H|L], Len + 1};
alist(_, _, #print_options{force_strings=true}) ->
error(badarg);
erlang:error(badarg);
alist(_L, _Max, _Options) ->
throw(unprintable).

Loading…
Откажи
Сачувај