From: ayin Date: Tue, 26 Jun 2007 15:17:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=9132793c9c2a7841b7f1e38cd7b23a151f9ca368;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/command.C b/src/command.C index 280ce9ce..5fcd2f05 100644 --- a/src/command.C +++ b/src/command.C @@ -2814,8 +2814,8 @@ rxvt_term::process_csi_seq () int n, ndef; int arg[ESC_ARGS]; - for (nargs = ESC_ARGS; nargs > 0;) - arg[--nargs] = 0; + memset (arg, 0, sizeof (arg)); + nargs = 0; priv = 0; ch = cmd_getc ();