wok view 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 source
1 --- command.C.orig 2019-10-31 11:10:34.762750859 +0100
2 +++ command.C 2019-10-31 11:12:35.416498760 +0100
3 @@ -3404,7 +3404,7 @@ rxvt_term::process_xterm_seq (int op, ch
4 }
5 else
6 {
7 - char *eq = strchr (str, '=');
8 + char *eq = strchr ((char *)str, '=');
10 if (eq)
11 {