This commit is contained in:
msvensson@neptunus.(none) 2006-03-06 22:18:04 +01:00
parent 67f6576de8
commit f2ce7dc787

View File

@ -1360,7 +1360,7 @@ int do_modify_var(struct st_query *query,
const char *p= query->first_argument;
VAR* v;
if (!*p)
die("Missing argument to %.*s", query->first_word_len, query->query);
die("Missing arguments to %.*s", query->first_word_len, query->query);
if (*p != '$')
die("First argument to %.*s must be a variable (start with $)",
query->first_word_len, query->query);