From 9132793c9c2a7841b7f1e38cd7b23a151f9ca368 Mon Sep 17 00:00:00 2001 From: ayin Date: Tue, 26 Jun 2007 15:17:24 +0000 Subject: [PATCH] *** empty log message *** --- src/command.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 (); -- 2.34.1