home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!caen!nic.umass.edu!dime!barrett
- From: barrett@snoopy.cs.umass.edu (Daniel Barrett)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Bug in 2.04 Autodocs -- LockDosList/UnLockDosList
- Message-ID: <51099@dime.cs.umass.edu>
- Date: 29 Jul 92 16:58:23 GMT
- Sender: news@dime.cs.umass.edu
- Reply-To: barrett@snoopy.cs.umass.edu (Daniel Barrett)
- Organization: BLAZEMONGER INCORPORATED
- Lines: 19
-
-
- The file docs/dos.doc in the 2.04 Autodocs (Native Developer's
- Update) has an error. In the doc for LockDosList, there is a code fragment
- illustrating 2.0 usage. The call to UnLockDosList is missing its argument.
- It should be:
-
- UnLockDosList(LDF_VOLUME | LDF_READ); /* right */
- instead of
- UnLockDosList(); /* wrong */
-
-
- I have also sent this information to bugs@cbmvax.commodore.com.
-
- Dan
-
- //////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
- | Dan Barrett -- Dept of Computer Science, Lederle Graduate Research Center |
- | University of Massachusetts, Amherst, MA 01003 -- barrett@cs.umass.edu |
- \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\/////////////////////////////////////
-