home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20614 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  935 b 

  1. Path: sparky!uunet!olivea!sgigate!sgiblab!troi!steve
  2. From: steve@dbaccess.com (Steve Suttles)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Using C to read Fortran Files
  5. Message-ID: <134@mccoy.dbaccess.com>
  6. Date: 8 Jan 93 22:33:28 GMT
  7. References: <1993Jan7.184438.220@indyvax.iupui.edu>
  8. Organization: Cross Access Corp., Santa Clara, CA
  9. Lines: 12
  10. X-Newsreader: Tin 1.1 PL4
  11.  
  12. Ok.  Everybody's seen the code, everybody's identified the root cause.
  13. The solution should be, open the file in binary mode.
  14.  (the second argument to fopen should be "rb").
  15.  
  16. According to the rules, the program is currently doing what it should.
  17.  
  18. sas
  19. -- 
  20. Steve Suttles                Internet:  steve@dbaccess.com      Dr. DCL is IN!
  21. CROSS ACCESS Corporation     UUCP: {uunet,sgiblab}!troi!steve  Yo speako TECO!
  22. 2900 Gordon Ave, Suite 100   fax: (408) 735-0328              Talk data to me!
  23. Santa Clara, CA 95051-0718   vox: (408) 735-7545   HA! It's under 4 lines NOW!
  24.