Extend op string and add potential for a single alias.

This commit is contained in:
Nicholas Marriott
2007-09-26 19:09:30 +00:00
parent ab718378cb
commit 2a3e209cce
4 changed files with 13 additions and 8 deletions

View File

@@ -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)