wok view urxvt/stuff/patches/command.C-9.22 @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
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 {