projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1042f61
)
Fix coding style.
author
ayin
<ayin>
Tue, 8 Jan 2008 17:05:11 +0000
(17:05 +0000)
committer
ayin
<ayin>
Tue, 8 Jan 2008 17:05:11 +0000
(17:05 +0000)
src/rxvtc.C
patch
|
blob
|
history
diff --git
a/src/rxvtc.C
b/src/rxvtc.C
index 4660a750d2096275d2f4b0b7bfbcc30d5eab299b..50b050ea77549f6a8a397c6503a38188d1ea313c 100644
(file)
--- a/
src/rxvtc.C
+++ b/
src/rxvtc.C
@@
-49,7
+49,7
@@
client::client ()
sockaddr_un sa;
char *sockname = rxvt_connection::unix_sockname ();
- if (strlen
(sockname) >= sizeof
(sa.sun_path))
+ if (strlen
(sockname) >= sizeof
(sa.sun_path))
{
fputs ("socket name too long, aborting.\n", stderr);
exit (STATUS_FAILURE);