From d71f8bce7e73b41c1d19d2dae6396ea8eace9c07 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 24 Jan 1998 16:32:27 +0000 Subject: Trust stuff works partly. --- util/argparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/argparse.c') diff --git a/util/argparse.c b/util/argparse.c index c6c0302b9..89c873ce0 100644 --- a/util/argparse.c +++ b/util/argparse.c @@ -286,7 +286,7 @@ optfile_parse( FILE *fp, const char *filename, unsigned *lineno, else if( state == 3 ) { /* skip leading spaces of the argument */ if( !isspace(c) ) { i = 0; - keyword[i] = c; + keyword[i++] = c; state = 4; } } -- cgit v1.2.3