summaryrefslogtreecommitdiffstats
path: root/src/rxvtdaemon.C
diff options
context:
space:
mode:
authorroot <root>2019-06-25 03:35:01 +0000
committerroot <root>2019-06-25 03:35:01 +0000
commit63e0bde440f0b479eba1dffa9ff231f624eb03b6 (patch)
tree67ada1b88230658cfd1827431f04028dd28ca7e3 /src/rxvtdaemon.C
parente70616a923c8f6d4d0da1581cbdf7080e6f34ad1 (diff)
*** empty log message ***
Diffstat (limited to 'src/rxvtdaemon.C')
-rw-r--r--src/rxvtdaemon.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rxvtdaemon.C b/src/rxvtdaemon.C
index 7986c5f..2ce9e6c 100644
--- a/src/rxvtdaemon.C
+++ b/src/rxvtdaemon.C
@@ -36,7 +36,7 @@
char *rxvt_connection::unix_sockname ()
{
char name[PATH_MAX];
- char *path = getenv ("RXVT_SOCKET");
+ const char *path = getenv ("RXVT_SOCKET");
if (!path)
{