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

Comparing rxvt-unicode/src/rxvtc.C (file contents):
Revision 1.30 by root, Sun Nov 18 00:21:34 2007 UTC vs.
Revision 1.31 by ayin, Tue Jan 8 17:05:11 2008 UTC

47client::client () 47client::client ()
48{ 48{
49 sockaddr_un sa; 49 sockaddr_un sa;
50 char *sockname = rxvt_connection::unix_sockname (); 50 char *sockname = rxvt_connection::unix_sockname ();
51 51
52 if (strlen(sockname) >= sizeof(sa.sun_path)) 52 if (strlen (sockname) >= sizeof (sa.sun_path))
53 { 53 {
54 fputs ("socket name too long, aborting.\n", stderr); 54 fputs ("socket name too long, aborting.\n", stderr);
55 exit (STATUS_FAILURE); 55 exit (STATUS_FAILURE);
56 } 56 }
57 57

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines