]> granicus.if.org Git - apache/commitdiff
fix a compile error
authorJeff Trawick <trawick@apache.org>
Sun, 17 Mar 2002 01:36:30 +0000 (01:36 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 17 Mar 2002 01:36:30 +0000 (01:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93976 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_cgid.c

index ea285701e2fa9b65894bb298b01a08f2a50be74f..17f1c6f71c1aa86b1e19b495adae004cd8291346 100644 (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; 
 }