瀏覽代碼

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…
取消
儲存