home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.x.motif
- Path: sparky!uunet!caen!garath
- From: garath@irony.engin.umich.edu (Scott Grosch)
- Subject: Re: heller updates
- Message-ID: <Jaf=TsB@engin.umich.edu>
- Date: Sat, 09 Jan 93 16:12:38 EST
- Organization: University of Michigan (CAEN)
- Distribution: na
- References: <1993Jan9.145509.27277@vela.acs.oakland.edu>
- Reply-To: garath@engin.umich.edu
- Originator: garath@irony.engin.umich.edu
- Nntp-Posting-Host: irony.engin.umich.edu
- Lines: 14
-
-
- Example 15-8 editor.c (page 504 in my book)
-
- else {
- /* make sure a newline terminates file */
- if (text[len-1] != '\n')
- fputc(fp, '\n');
- -------------------^^^^^^^
-
- These arguments are in reverse order of what they should be.
- --
- Scott Grosch Internet: garath@engin.umich.edu
- Programmer Bitnet: user7a4b@umichum
- Computer Aided Engineering Network University of Michigan
-