Explorar el Código

优化改动

master
SisMaker hace 4 años
padre
commit
45c1494d6a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/eVPack.erl

+ 1
- 1
src/eVPack.erl Ver fichero

@ -469,7 +469,7 @@ decodeAll(DataBin) ->
<<>> ->
{HeaderTerm, #{}};
_ ->
{BodyTerm, _LeftBin} = decoder(DataBin),
{BodyTerm, _LeftBin} = decoder(BodyBin),
{HeaderTerm, BodyTerm}
end.

Cargando…
Cancelar
Guardar