diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/OpenIFF.S | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Source/OpenIFF.S b/Source/OpenIFF.S index 51c5a62..16e4137 100644 --- a/Source/OpenIFF.S +++ b/Source/OpenIFF.S @@ -1,11 +1,11 @@ ** -** $Id: OpenIFF.S,v 21.1 92/05/15 03:21:49 chris Exp $ -** $Revision: 21.1 $ +** $Id: OpenIFF.S,v 21.2 92/05/17 03:27:14 chris Exp $ +** $Revision: 21.2 $ ** ** $Filename: OpenIFF.S $ ** $Author: chris $ ** $Release: 19.1 $ -** $Date: 92/05/15 03:21:49 $ +** $Date: 92/05/17 03:27:14 $ ** ** iff.library/IFFL_OpenIFF ** @@ -42,8 +42,6 @@ * This function opens a file on a disk and looks whether it's an IFF * file or not. If it is an IFF file, memory is allocated and the file * is read into memory. -* If an error occurs, NULL is returned, and you can call -* dos.library/IoErr() to get the IFFERR_... error number. * * If mode == IFFL_MODE_WRITE: * Initializes an IFF file handle for writing. You may create chunks |