fix a compile error

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93976 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2002-03-17 01:36:30 +00:00
parent 0bd9790c41
commit f4a27d9935

View File

@ -725,7 +725,7 @@ static const char *set_scriptlog(cmd_parms *cmd, void *dummy, const char *arg)
if (!conf->logname) {
return apr_pstrcat(cmd->pool, "Invalid ScriptLog path ",
arg1, NULL);
arg, NULL);
}
return NULL;
}