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

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.302 by sf-exg, Fri Dec 2 09:03:43 2011 UTC vs.
Revision 1.303 by sf-exg, Sat Dec 3 11:47:31 2011 UTC

610 rs[Rs_display_name] = ":0"; 610 rs[Rs_display_name] = ":0";
611 611
612 get_options (r_argc, r_argv); 612 get_options (r_argc, r_argv);
613 613
614 if (!(display = displays.get (rs[Rs_display_name]))) 614 if (!(display = displays.get (rs[Rs_display_name])))
615 {
616 free (r_argv);
617 rxvt_fatal ("can't open display %s, aborting.\n", rs[Rs_display_name]); 615 rxvt_fatal ("can't open display %s, aborting.\n", rs[Rs_display_name]);
618 }
619 616
620 // using a local pointer decreases code size a lot 617 // using a local pointer decreases code size a lot
621 xa = display->xa; 618 xa = display->xa;
622 619
623 set (display); 620 set (display);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines