From d1e2c532e4d40c3a29fd7aff071bd57109a3107b Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Thu, 5 Jun 2003 00:33:43 +0000 Subject: [PATCH] Fixed typo with previous checkin. Must get sleep. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2640 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/presents/client/Communicator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/presents/client/Communicator.java b/src/java/com/threerings/presents/client/Communicator.java index b8f70d4b3..5b0234dd1 100644 --- a/src/java/com/threerings/presents/client/Communicator.java +++ b/src/java/com/threerings/presents/client/Communicator.java @@ -1,5 +1,5 @@ // -// $Id: Communicator.java,v 1.30 2003/06/05 00:29:45 ray Exp $ +// $Id: Communicator.java,v 1.31 2003/06/05 00:33:43 ray Exp $ package com.threerings.presents.client; @@ -596,7 +596,7 @@ public class Communicator protected SocketChannel _channel; protected Queue _msgq = new Queue(); - protected int _piid == -1; + protected int _piid = -1; protected long _lastWrite; /** We use this to frame our upstream messages. */