akosut      97/09/11 12:07:53

  Modified:    src/main http_request.c
  Log:
  entry_dir is the string, not entry_core... Make Windows compile.
  
  Revision  Changes    Path
  1.83      +1 -1      apachen/src/main/http_request.c
  
  Index: http_request.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/http_request.c,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -r1.82 -r1.83
  --- http_request.c    1997/09/11 18:46:45     1.82
  +++ http_request.c    1997/09/11 19:07:51     1.83
  @@ -384,7 +384,7 @@
   
            if (entry_core->r
   #if defined(__EMX__) || defined(WIN32)
  -             || (entry_core[0] != '/' && entry_core[1] != ':')
  +             || (entry_dir[0] != '/' && entry_dir[1] != ':')
   #else
                || entry_dir[0] != '/'
   #endif
  
  
  

Reply via email to