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

Comparing rxvt-unicode/src/xdefaults.C (file contents):
Revision 1.143 by sf-exg, Sat Jan 30 20:26:04 2010 UTC vs.
Revision 1.144 by sf-exg, Sun Jan 31 09:02:48 2010 UTC

688 // fallback on hexadecimal parsing 688 // fallback on hexadecimal parsing
689 char *end; 689 char *end;
690 sym = strtol (str, &end, 16); 690 sym = strtol (str, &end, 16);
691 if (*end) 691 if (*end)
692 return -1; 692 return -1;
693 } 693 }
694 694
695 keyboard->register_user_translation (sym, state, arg); 695 keyboard->register_user_translation (sym, state, arg);
696 return 1; 696 return 1;
697} 697}
698 698

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines