src.hhvn.uk > rc > commit > 3cd08d6119446034f93b6e66175dcfc7c273cb66

Byron Rakitzis' rc(1) port, with a few modifications
Log | Files | Refs | README | LICENSE

commit 3cd08d6119446034f93b6e66175dcfc7c273cb66
parent a726029f67d338ba7c9325f2cb54644bd53b26eb
Author: tjg <tjg>
Date:   Thu, 11 Oct 2001 15:39:17 +0000

fix compilation warning

Diffstat:
Mfootobar.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/footobar.c b/footobar.c @@ -234,7 +234,7 @@ extern List *parse_var(char *extdef) { int len; List *first, *last, *new; - last = NULL; + first = last = NULL; begin = strchr(extdef, '='); while (*begin) { ++begin;