ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.C
(Generate patch)

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.432 by root, Sun Apr 26 01:51:20 2009 UTC vs.
Revision 1.433 by root, Sat May 30 06:56:20 2009 UTC

3336 3336
3337 XFree (value); 3337 XFree (value);
3338 } 3338 }
3339 else 3339 else
3340 { 3340 {
3341 char *eq = strchr (str, '='); // constness lost, but verified to be ok 3341 char *eq = strchr (str, '=');
3342 3342
3343 if (eq) 3343 if (eq)
3344 { 3344 {
3345 *eq = 0; 3345 *eq = 0;
3346 set_utf8_property (display->atom (str), eq + 1); 3346 set_utf8_property (display->atom (str), eq + 1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines