aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.c b/tmux.c
index f6515bab..881e7900 100644
--- a/tmux.c
+++ b/tmux.c
@@ -1,4 +1,4 @@
-/* $Id: tmux.c,v 1.7 2007-09-20 09:43:33 nicm Exp $ */
+/* $Id: tmux.c,v 1.8 2007-09-21 18:00:58 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -190,7 +190,7 @@ restart:
else if (op != OP_LIST) {
if (server_start() != 0)
errx(1, "couldn't start server");
- sleep(1);
+ sleep(1); /* XXX this sucks */
}
} else {
if (!S_ISSOCK(sb.st_mode))