|
@@ -587,7 +587,7 @@ TYPE
|
|
(** Current read position. *)
|
|
(** Current read position. *)
|
|
PROCEDURE Pos*( ): HUGEINT;
|
|
PROCEDURE Pos*( ): HUGEINT;
|
|
BEGIN
|
|
BEGIN
|
|
- RETURN received - HUGEINT(tail) - HUGEINT(head)
|
|
|
|
|
|
+ RETURN received - (tail - head)
|
|
END Pos;
|
|
END Pos;
|
|
|
|
|
|
(** -- Read raw binary data -- *)
|
|
(** -- Read raw binary data -- *)
|