From: Jeff Trawick Date: Sun, 17 Mar 2002 01:36:30 +0000 (+0000) Subject: fix a compile error X-Git-Tag: CHANGES~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4a27d993534c54a8368f58b0971ae79e0e23f4d;p=apache fix a compile error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93976 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_cgid.c b/modules/generators/mod_cgid.c index ea285701e2..17f1c6f71c 100644 --- a/modules/generators/mod_cgid.c +++ b/modules/generators/mod_cgid.c @@ -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; }