From 08632b4f0aea44a21bf5b0755197e076277bb437 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 8 Apr 2010 07:54:43 +0000 Subject: [PATCH] there can be only one rpathbuf --- server.c | 4 ++-- 1 file 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 @@ -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