diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-09-26 19:09:30 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-09-26 19:09:30 +0000 |
commit | 2a3e209ccedd5d737e6a778481e54ca042f3ab5f (patch) | |
tree | 48d11524eab2631544bdcfee6d0bec83bc887843 /client.c | |
parent | ab718378cb58280b3790ae18895cc0359f36d357 (diff) | |
download | rtmux-2a3e209ccedd5d737e6a778481e54ca042f3ab5f.tar.gz rtmux-2a3e209ccedd5d737e6a778481e54ca042f3ab5f.tar.bz2 rtmux-2a3e209ccedd5d737e6a778481e54ca042f3ab5f.zip |
Extend op string and add potential for a single alias.
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: client.c,v 1.4 2007-09-26 18:50:49 nicm Exp $ */ +/* $Id: client.c,v 1.5 2007-09-26 19:09:30 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -165,7 +165,7 @@ client_main(struct client_ctx *cctx) /* XXX Output flushed; pause if required. */ if (n) usleep(750000); - /* XXX XXX special return code for pause */ + /* XXX XXX special return code for pause? or flag in cctx? */ if ((n = client_process_local(cctx, &error)) == -1) break; if ((n = client_msg_dispatch(cctx, &error)) == -1) |