home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / atari / st / tech / 6610 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  792 b 

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!spool.mu.edu!yale.edu!ira.uka.de!smurf.sub.org!artcom0!hb.maus.de!k.maus.de!Peter_Missel
  2. From: Peter_Missel@k.maus.de (Peter Missel)
  3. Newsgroups: comp.sys.atari.st.tech
  4. Subject: Re: How do you set a disk's vo
  5. Message-ID: <A52093@K.maus.de>
  6. Date: 8 Jan 93 18:43:00 GMT
  7. Article-I.D.: K.A52093
  8. References: <A20025@HB.maus.de>
  9. Organization: MausNet (Mitglied im IN e.V.)
  10. Lines: 8
  11. X-Gateway: MausGate/News 1.16/hb
  12.  
  13. n>Warning! 'chdir("a:\")' will cause 'an unterminated string' or other
  14. n>"interesting" error messages.  See further down in the quoted article.
  15. n>  --mj
  16.  
  17. of course it will - the correct spelling is chdir( "a:\\" ), since the
  18. backslash is the escape character.
  19.  
  20. (that's my favourite typing mistake when dealing with filenames in C...)
  21.