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

updated libgooglepinyin and libgooglepinyin-dev (0.1.1 -> 0.1.2)
author Hans-G?nter Theisgen
date Wed Mar 04 09:31:52 2020 +0100 (2020-03-04)
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 {