aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2010-04-06 22:08:10 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2010-04-06 22:08:10 +0000
commit10b73b7a114de251c8258c22b68d253591476d92 (patch)
tree556cd2592ebc21deb643f1e5b26f3b087d930279 /server.c
parentcd0f22b96e51be36b5b67787699eeb263ca6bf9c (diff)
downloadrtmux-10b73b7a114de251c8258c22b68d253591476d92.tar.gz
rtmux-10b73b7a114de251c8258c22b68d253591476d92.tar.bz2
rtmux-10b73b7a114de251c8258c22b68d253591476d92.zip
Sync nit.
Diffstat (limited to 'server.c')
-rw-r--r--server.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/server.c b/server.c
index c20a737c..57c6ba22 100644
--- a/server.c
+++ b/server.c
@@ -1,4 +1,4 @@
-/* $Id: server.c,v 1.237 2010-04-05 05:11:44 micahcowan Exp $ */
+/* $Id: server.c,v 1.238 2010-04-06 22:08:10 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -113,8 +113,8 @@ int
server_start(char *path)
{
struct window_pane *wp;
- int pair[2];
- char *cause;
+ int pair[2];
+ char rpathbuf[MAXPATHLEN], *cause;
struct timeval tv;
u_int i;
#ifdef HAVE_SETPROCTITLE