readUTF?
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5599 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -44,7 +44,7 @@ public class FailureResponse extends DownstreamMessage
|
||||
{
|
||||
super.readObject(ins);
|
||||
_oid = ins.readInt();
|
||||
_message = ins.readUTF();
|
||||
_message = ins.readField(String) as String;
|
||||
}
|
||||
|
||||
protected var _oid :int;
|
||||
|
||||
Reference in New Issue
Block a user