Sender: vheyndri AT rug DOT ac DOT be Message-Id: <344DD3D5.B3D@rug.ac.be> Date: Wed, 22 Oct 1997 12:22:13 +0200 From: Vik Heyndrickx Mime-Version: 1.0 To: djgpp workers Subject: libc & -Wsign-compare Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk In my effort to modify int to unsigned, I encountered following problematic expression in fwrite.c --f->_cnt > -f->_bufsiz I don't understand this, and since understanding is quite important in doing these changes, could someone please inlighten me what this expression actually means: f->_cnt-1 > -f->_bufsiz Tx. -- +----------------+ | Vik Heyndrickx | +----------------+