You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Ben Laurie <be...@hyperreal.com> on 1997/06/29 19:39:51 UTC

cvs commit: apache/src mod_cgi.c

ben         97/06/29 10:39:51

  Modified:    src       mod_cgi.c
  Log:
  Fix VC++ warnings.
  
  Revision  Changes    Path
  1.42      +2 -0      apache/src/mod_cgi.c
  
  Index: mod_cgi.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_cgi.c,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -C3 -r1.41 -r1.42
  *** mod_cgi.c	1997/06/22 03:40:24	1.41
  --- mod_cgi.c	1997/06/29 17:39:50	1.42
  ***************
  *** 291,297 ****
  --- 291,299 ----
    #endif
        
        char **env;
  + #ifndef WIN32
        char err_string[HUGE_STRING_LEN];
  + #endif
        
    #ifdef DEBUG_CGI    
        fprintf (dbg, "Attempting to exec %s as %sCGI child (argv0 = %s)\n",