aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2010-04-08 07:54:43 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2010-04-08 07:54:43 +0000
commit08632b4f0aea44a21bf5b0755197e076277bb437 (patch)
treeed1378ac959a986bd68df2230741b340c2324f8c /server.c
parent10b73b7a114de251c8258c22b68d253591476d92 (diff)
downloadrtmux-08632b4f0aea44a21bf5b0755197e076277bb437.tar.gz
rtmux-08632b4f0aea44a21bf5b0755197e076277bb437.tar.bz2
rtmux-08632b4f0aea44a21bf5b0755197e076277bb437.zip
there can be only one rpathbuf
Diffstat (limited to 'server.c')
-rw-r--r--server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server.c b/server.c
index 57c6ba22..6ce81c56 100644
--- a/server.c
+++ b/server.c
@@ -1,4 +1,4 @@
-/* $Id: server.c,v 1.238 2010-04-06 22:08:10 nicm Exp $ */
+/* $Id: server.c,v 1.239 2010-04-08 07:54:43 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -114,7 +114,7 @@ server_start(char *path)
{
struct window_pane *wp;
int pair[2];
- char rpathbuf[MAXPATHLEN], *cause;
+ char *cause;
struct timeval tv;
u_int i;
#ifdef HAVE_SETPROCTITLE