fixed swap of two variables
This commit is contained in:
parent
d7140dd6c2
commit
7c2c0596c7
6 changed files with 15 additions and 16 deletions
|
@ -77,7 +77,6 @@ incremental_decode(F, <<>>) ->
|
|||
; {Result, _} -> Result
|
||||
end;
|
||||
incremental_decode(F, <<A, Rest/binary>>) ->
|
||||
io:fwrite("~p~n", [A]),
|
||||
{_, G} = F(<<A>>),
|
||||
incremental_decode(G, Rest).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue