Correct converting from bytes which are unsigned to int
authorroberts <roberts>
Sat, 12 Dec 1998 04:11:02 +0000 (04:11 +0000)
committerroberts <roberts>
Sat, 12 Dec 1998 04:11:02 +0000 (04:11 +0000)
commit690f392a3a8db87c1c7c6914ab2799762ddf2182
tree9d58efa1a5ef38b70858fda821f6a90c9d0ad193
parentdb2f2dba7f2cc74567af97e9f80c07ec01792e98
Correct converting from bytes which are unsigned to int
(left shift is sign extended during promition).
Based on a patch submitted by Bill Burke.
java/src/FCGIMessage.java