From d7ebcadadbfc100af64cc4c18580a6373bd52738 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 12 Sep 2002 22:15:58 +0000 Subject: Fixups for the release. One bug fix, some automake complaint fixes, and a function return type fix for older systems. --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.c') diff --git a/commands.c b/commands.c index f6baefc..84b58de 100644 --- a/commands.c +++ b/commands.c @@ -149,7 +149,7 @@ set_file_variables (file) cp = plus_value = (char *) alloca (plus_len); - qmark_len = plus_len; /* Will be this or less. */ + qmark_len = plus_len + 1; /* Will be this or less. */ for (d = file->deps; d != 0; d = d->next) if (! d->ignore_mtime) { -- cgit v1.2.3