wok diff urxvt/stuff/patches/command.C-9.22 @ rev 24203

updated perl-exporter-tiny (1.002001 -> 1.002002)
author Hans-G?nter Theisgen
date Fri Dec 31 15:25:57 2021 +0100 (2021-12-31)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/urxvt/stuff/patches/command.C-9.22	Fri Dec 31 15:25:57 2021 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- command.C.orig	2019-10-31 11:10:34.762750859 +0100
     1.5 ++++ command.C	2019-10-31 11:12:35.416498760 +0100
     1.6 +@@ -3404,7 +3404,7 @@ rxvt_term::process_xterm_seq (int op, ch
     1.7 +           }
     1.8 +         else
     1.9 +           {
    1.10 +-            char *eq = strchr (str, '=');
    1.11 ++            char *eq = strchr ((char *)str, '=');
    1.12 + 
    1.13 +             if (eq)
    1.14 +               {