This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git

commit a3d08c06211b48d00cc25462cc398161ef222850
Author: Massimo Manghi <mxman...@apache.org>
AuthorDate: Tue Nov 20 10:34:09 2018 +0100

    add const qualifier to variable to silent a warning, realign entities in 
rivet.xml.in
---
 src/mod_rivet_ng/rivetCore.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mod_rivet_ng/rivetCore.c b/src/mod_rivet_ng/rivetCore.c
index fde7281..66cb9d8 100644
--- a/src/mod_rivet_ng/rivetCore.c
+++ b/src/mod_rivet_ng/rivetCore.c
@@ -638,7 +638,7 @@ TCL_CMD_HEADER ( Rivet_LoadHeaders )
 TCL_CMD_HEADER ( Rivet_Var )
 {
     rivet_thread_private*   private;
-    char*                   cmd; 
+    const char*             cmd; 
     char*                   command;
     Tcl_Obj*                result = NULL;
     int                     source;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org
For additional commands, e-mail: commits-h...@tcl.apache.org

Reply via email to