diff options
-rw-r--r-- | server.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |