diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/quirc/files/patch-servertcl.cc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/irc/quirc/files/patch-servertcl.cc b/irc/quirc/files/patch-servertcl.cc index 64c730463ead..af9dafa8cdfe 100644 --- a/irc/quirc/files/patch-servertcl.cc +++ b/irc/quirc/files/patch-servertcl.cc @@ -5,3 +5,21 @@ #include <sys/types.h> #include <netinet/in.h> #include <arpa/inet.h> +@@ -877,7 +878,7 @@ int TT_Proc___template__script(TT_PROC_A + twindow *windowp; + char temp[TEMPLEN]; + char assemble[TEMPLEN]; +- char *pos; ++ const char *pos; + const char *afterslash; + int n; + if(argc>=3) { +@@ -997,7 +998,7 @@ int TT_Proc___template__unscript(TT_PROC + twindow *windowp; + char temp[TEMPLEN]; + char storage[TEMPLEN]; +- char *pos; ++ const char *pos; + const char *afterslash; + int n; + if(argc>=3) { |