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

Comparing rxvt-unicode/src/rxvtd.C (file contents):
Revision 1.3 by pcg, Tue Nov 25 11:52:42 2003 UTC vs.
Revision 1.4 by pcg, Tue Nov 25 17:34:47 2003 UTC

130 { 130 {
131 char **old_environ = environ; 131 char **old_environ = environ;
132 environ = envv.begin (); 132 environ = envv.begin ();
133 133
134 rxvt_init (argv.size (), argv.begin ()); 134 rxvt_init (argv.size (), argv.begin ());
135 //dR;
136 //rxvt_main_loop (aR);
137 135
138 environ = old_environ; 136 environ = old_environ;
137 envv.clear (); // can't yet save the env 'cause rxvt modifies it :(
139 } 138 }
140 } 139 }
141 else 140 else
142 return err ("protocol error: request '%s' unsupported.", (char *)tok); 141 return err ("protocol error: request '%s' unsupported.", (char *)tok);
143 } 142 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines