service_uri_return_result

Christian Ludlam chris at recoil.org
Tue Dec 16 18:19:09 GMT 2003


Hi,

Modules can claim service_uri_return_result to indicate they wish to continue
using the URI, but the veneer doesn't return whether this has happened.

Attached should be a patch fixing this.

-- 
Christian Ludlam
chris at recoil.org
-------------- next part --------------
Index: URI.swi
===================================================================
RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/Source/User/oslib/URI.swi,v
retrieving revision 1.2
diff -u -r1.2 URI.swi
--- URI.swi	28 Feb 2003 19:31:59 -0000	1.2
+++ URI.swi	16 Dec 2003 16:32:29 -0000
@@ -203,6 +203,9 @@
          R2 = URI_ReturnResultFlags: flags,
          R3 # 0,
          R4 = URI_H: handle
+      ),
+      EXIT
+      (  R1! = .Bool: unclaimed
    )  );
 
 CONST


More information about the oslib-user mailing list