From f4a27d993534c54a8368f58b0971ae79e0e23f4d Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sun, 17 Mar 2002 01:36:30 +0000 Subject: [PATCH] fix a compile error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93976 13f79535-47bb-0310-9956-ffa450edef68 --- modules/generators/mod_cgid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.40.0