small fixes

This commit is contained in:
Vítor Santos Costa
2011-02-15 19:24:15 +00:00
parent b9a7cce232
commit 49f980a7a7
6 changed files with 12 additions and 3 deletions

View File

@@ -422,7 +422,7 @@ putAtom(Atom atom, int Quote_illegal, wrf writewch) /* writes an atom */
}
#endif
if (IsBlob(atom)) {
wrputref(RepAtom(atom),1,writewch);
wrputref((CODEADDR)RepAtom(atom),1,writewch);
return;
}
if (IsWideAtom(atom)) {