summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/SaveBitMap.S12
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()