diff options
author | Christian A. Weber <chris@gna.ch> | 1992-05-18 02:15:32 +0000 |
---|---|---|
committer | Christian A. Weber <chris@gna.ch> | 1992-05-18 02:15:32 +0000 |
commit | eb1edad6d060fb2a825b7af9b8de101be798c3d6 (patch) | |
tree | b054af66f4a4de2a24582fe3a70bceb9ae0a548f | |
parent | 7f7f677ece78666c75c2313de8edf898e6de6f42 (diff) | |
download | iff-library-eb1edad6d060fb2a825b7af9b8de101be798c3d6.tar.gz iff-library-eb1edad6d060fb2a825b7af9b8de101be798c3d6.tar.bz2 iff-library-eb1edad6d060fb2a825b7af9b8de101be798c3d6.zip |
Autodoc-Kosmetik
-rw-r--r-- | Source/SaveBitMap.S | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/SaveBitMap.S b/Source/SaveBitMap.S index 91fc2c9..36574b4 100644 --- a/Source/SaveBitMap.S +++ b/Source/SaveBitMap.S @@ -1,11 +1,11 @@ ** -** $Id: SaveBitMap.S,v 1.1 92/05/12 22:26:54 chris Exp $ -** $Revision: 1.1 $ +** $Id: SaveBitMap.S,v 21.1 92/05/15 03:23:02 chris Exp $ +** $Revision: 21.1 $ ** ** $Filename: SaveBitMap.S $ ** $Author: chris $ ** $Release: 19.1 $ -** $Date: 92/05/12 22:26:54 $ +** $Date: 92/05/15 03:23:02 $ ** ** iff.library/IFFL_SaveBitMap ** @@ -59,11 +59,11 @@ * 0 = This is a normal or Extra-Halfbrite picture * * RESULT -* Non-zero if successful, 0 if error, Call IFFL_IFFError() to know -* more about the reason of the failure +* Non-zero if successful, 0 if an error occurred. You can then call +* IFFL_IFFError() to know more about the reason of the failure. * * NOTE -* This routine needs 650 bytes of stack space +* Up to V19 this routine needs at least 650 bytes of stack space * * SEE ALSO * IFFL_SaveClip() |