diff options
-rw-r--r-- | pd_client.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pd_client.pl b/pd_client.pl index a484370..5e6c5b0 100644 --- a/pd_client.pl +++ b/pd_client.pl @@ -27,4 +27,4 @@ loop(StreamIn, StreamOut, Module, ModuleState, Hist) :- % -1 = EOF byte_to_atom(-1, e):-!. -byte_to_atom(Byte, Atom):-name(Atom, [Byte]). +byte_to_atom(Byte, Atom):-atom_codes(Atom, [Byte]). |