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

Comparing rxvt-unicode/src/rxvtdaemon.C (file contents):
Revision 1.7 by root, Thu Jul 29 15:25:43 2004 UTC vs.
Revision 1.8 by root, Wed Aug 18 00:34:27 2004 UTC

40 { 40 {
41 struct utsname u; 41 struct utsname u;
42 uname (&u); 42 uname (&u);
43 43
44 path = getenv ("HOME"); 44 path = getenv ("HOME");
45 snprintf (name, PATH_MAX, "%s/.rxvt-%s", 45 snprintf (name, PATH_MAX, "%s/.rxvt-unicode-%s",
46 path ? path : "/tmp", 46 path ? path : "/tmp",
47 u.nodename); 47 u.nodename);
48 48
49 path = name; 49 path = name;
50 } 50 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines