home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11787 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.1 KB

  1. Path: sparky!uunet!caen!nic.umass.edu!dime!barrett
  2. From: barrett@snoopy.cs.umass.edu (Daniel Barrett)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Bug in 2.04 Autodocs -- LockDosList/UnLockDosList
  5. Message-ID: <51099@dime.cs.umass.edu>
  6. Date: 29 Jul 92 16:58:23 GMT
  7. Sender: news@dime.cs.umass.edu
  8. Reply-To: barrett@snoopy.cs.umass.edu (Daniel Barrett)
  9. Organization: BLAZEMONGER INCORPORATED
  10. Lines: 19
  11.  
  12.  
  13.     The file docs/dos.doc in the 2.04 Autodocs (Native Developer's
  14. Update) has an error.  In the doc for LockDosList, there is a code fragment
  15. illustrating 2.0 usage.  The call to UnLockDosList is missing its argument.
  16. It should be:
  17.  
  18.         UnLockDosList(LDF_VOLUME | LDF_READ);    /* right */
  19. instead of
  20.         UnLockDosList();            /* wrong */
  21.  
  22.  
  23.     I have also sent this information to bugs@cbmvax.commodore.com.
  24.  
  25.                                                         Dan
  26.  
  27.  //////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
  28. | Dan Barrett -- Dept of Computer Science, Lederle Graduate Research Center |
  29. | University of Massachusetts, Amherst, MA  01003  --  barrett@cs.umass.edu |
  30.  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\/////////////////////////////////////
  31.