Sorry David, I read your suggestion about sending
small patches as inline text after I sent this.

-- M

Massimo Manghi wrote:

ok if you want me to do it. I think this patch should be a temporary
workaround to get rivetWWW.c commands into the interpreter.

-- M
------------------------------------------------------------------------

Index: rivetCore.c
===================================================================
--- rivetCore.c (revision 574878)
+++ rivetCore.c (working copy)
@@ -995,5 +995,12 @@
     TCL_OBJ_CMD( "abort_page", Rivet_AbortPageCmd );
     TCL_OBJ_CMD( "virtual_filename", Rivet_VirtualFilenameCmd );
+/*
+ * Temporary workaround to inizialize the commands
+ * in rivetWWW.c
+ */
+
+    Rivet_InitWWW( interp );
+
     return TCL_OK;
 }

------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to