Fix function_clause bug
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in 49m17s
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in 49m17s
This commit is contained in:
parent
a949d166f6
commit
a250828afa
@ -424,8 +424,8 @@ decode_basic_(label, Fld, #{options := #{missing_labels := Opt}}) ->
|
|||||||
error:_ -> Bin
|
error:_ -> Bin
|
||||||
end
|
end
|
||||||
end;
|
end;
|
||||||
decode_basic_(label, Fld, _) ->
|
decode_basic_(Type, Fld, _) ->
|
||||||
decode_basic(label, Fld).
|
decode_basic(Type, Fld).
|
||||||
|
|
||||||
decode_basic(label, Fld) ->
|
decode_basic(label, Fld) ->
|
||||||
binary_to_existing_atom(decode_basic(binary, Fld), utf8);
|
binary_to_existing_atom(decode_basic(binary, Fld), utf8);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user