diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-04-08 07:54:43 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-04-08 07:54:43 +0000 |
commit | 08632b4f0aea44a21bf5b0755197e076277bb437 (patch) | |
tree | ed1378ac959a986bd68df2230741b340c2324f8c /server.c | |
parent | 10b73b7a114de251c8258c22b68d253591476d92 (diff) | |
download | rtmux-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |