From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <020901c10e28$6fbafa50$3cf7c6d4@SOMA> From: "Boyd Roberts" To: <9fans@cse.psu.edu> References: <200107161834.f6GIYtl10556@ducky.net> Subject: Re: [9fans] another compiler bug (another try to send this coherently) MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Date: Mon, 16 Jul 2001 20:52:17 +0200 Topicbox-Message-UUID: cf232d7c-eac9-11e9-9e20-41e7f4b1d025 From: "Mike Haertel" > Whatever it prints, it should print the same number twice, > not two different values. obviously the unsigned char is _not_ being promoted to signed int. just _what_ are you trying to do?