mirror of
https://github.com/tmate-io/tmate.git
synced 2025-02-03 03:50:32 +01:00
there can be only one rpathbuf
This commit is contained in:
parent
10b73b7a11
commit
08632b4f0a
4
server.c
4
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>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -114,7 +114,7 @@ server_start(char *path)
|
|||||||
{
|
{
|
||||||
struct window_pane *wp;
|
struct window_pane *wp;
|
||||||
int pair[2];
|
int pair[2];
|
||||||
char rpathbuf[MAXPATHLEN], *cause;
|
char *cause;
|
||||||
struct timeval tv;
|
struct timeval tv;
|
||||||
u_int i;
|
u_int i;
|
||||||
#ifdef HAVE_SETPROCTITLE
|
#ifdef HAVE_SETPROCTITLE
|
||||||
|
Loading…
Reference in New Issue
Block a user