From 9794c5053a33e335aeefc0744b2d06a7d0295342 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 28 Sep 2010 18:21:14 +0800 Subject: [PATCH] IPA: Reorder the comment and the code. --- IPAMuxer.st | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IPAMuxer.st b/IPAMuxer.st index 38164fb..59cf023 100644 --- a/IPAMuxer.st +++ b/IPAMuxer.st @@ -10,9 +10,10 @@ Object subclass: IPADemuxer [ ] next [ - | size stream data | "Return a tuple of stream and bytearray" + | size stream data | + size := socket nextUshort swap16. stream := socket nextByte. data := socket next: size.