SaveAs patch

Tom Hughes tom at compton.nu
Sat Nov 3 12:53:39 GMT 2001


The attached patch adds SaveAs_SaveSuccessful and corrects the
type of the existing flag values.

Tom

-- 
Tom Hughes (tom at compton.nu)
http://www.compton.nu/
-------------- next part --------------
Index: SaveAs
===================================================================
RCS file: /home/cvs/riscos/oslib/Source/Toolbox/SaveAs,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 SaveAs
--- SaveAs	30 Sep 2001 09:59:02 -0000	1.1.1.3
+++ SaveAs	3 Nov 2001 12:17:55 -0000
@@ -13,8 +13,9 @@
    SaveAs_ClientSupportsRAMTransfer       = SaveAs_Flags: 0x10;
 
 CONST
-   SaveAs_SaveSelection = .Int: 1,
-   SaveAs_SaveSafe      = .Int: 2;
+   SaveAs_SaveSuccessful = .Bits: 0x1,
+   SaveAs_SaveSelection  = .Bits: 0x1,
+   SaveAs_SaveSafe       = .Bits: 0x2;
 
 TYPE SaveAs_Flags = .Bits;
 


More information about the oslib-team mailing list