home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!chsun!zurich!gegu
- From: gegu@zurich.spectrospin.ch (Gerry Gucher)
- Newsgroups: comp.lang.c
- Subject: Re: While problem
- Summary: readline, bugfix #1
- Message-ID: <175@zurich.spectrospin.ch>
- Date: 28 Jul 92 16:58:24 GMT
- References: <92204.160015GNR100@psuvm.psu.edu> <131@nixeidsc.sni.ie> <171@sag.spectrospin.ch>
- Organization: Spectrospin AG, Fallanden Switzerland
- Lines: 21
-
-
- OOPS, I blew it, ( as always when I shout loudest )
-
-
- > while( siz-- > 0 && (c = getc(fp)) != EOF ) {
- ^^^^^
- should be --siz of course
-
-
- Gerry
-
- +------------------------------------------------------------------+
- | Gerry Gucher gegu@spectrospin.ch |
- | Spectrospin AG, Industriestr 26, 8117 Faellanden Switzerland |
- +------------------------------------------------------------------+
- | A program that returns the wrong | There is nothing wrong with |
- | result twice as fast is infinitely | making mistakes, but make |
- | slower. - H. Spencer | new ones. - D.Sim |
- +------------------------------------------------------------------+
-
-
-