From ff385ade8355ce6c685bbabd83c550fbb3c58f82 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sun, 15 Mar 2009 18:39:20 +0000 Subject: charset in zwrite, incomplete in zwgc --- clients/zwrite/zwrite.c | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'clients') diff --git a/clients/zwrite/zwrite.c b/clients/zwrite/zwrite.c index 1774aaf..034ef09 100644 --- a/clients/zwrite/zwrite.c +++ b/clients/zwrite/zwrite.c @@ -38,14 +38,14 @@ void usage(char *); void send_off(ZNotice_t *, int); int -main(int argc, - char *argv[]) +main(int argc, char *argv[]) { int retval, arg, nocheck, nchars, msgsize, filsys, tabexpand; char *message, *signature = NULL, *format = NULL; static char bfr[BUFSIZ], classbfr[BUFSIZ], instbfr[BUFSIZ], sigbfr[BUFSIZ]; static char opbfr[BUFSIZ]; static ZNotice_t notice; + char *charset = NULL; whoami = argv[0]; @@ -90,7 +90,7 @@ main(int argc, arg = 1; - for (;arg