pcs         97/10/24 08:40:56

  Modified:    src/main util_script.c
  Log:
  Format recent patched code into Apache style
  
  Revision  Changes    Path
  1.82      +6 -5      apachen/src/main/util_script.c
  
  Index: util_script.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/util_script.c,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- util_script.c     1997/10/22 20:29:53     1.81
  +++ util_script.c     1997/10/24 15:40:55     1.82
  @@ -734,11 +734,12 @@
   
            }
        }
  -     /* FIXME: Probably ought to do this in another buffer - Ben */
  -     /* This really annoys me - Win95 (and not NT) spawn[vl]e don't like 
'/'! - Ben */
  -     for(s=r->filename ; *s ; ++s)
  -         if(*s == '/')
  -             *s='\\';
  +     /* FIXME: Probably ought to do this in another buffer - Ben
  +      * This really annoys me - Win95 (and not NT) spawn[vl]e don't 
  +         * like '/'! - Ben */
  +     for (s = r->filename; *s; ++s)
  +         if (*s == '/')
  +             *s = '\\';
   
        if ((!r->args) || (!r->args[0]) || (ind(r->args, '=') >= 0)) {
            if (is_exe || is_binary) {
  
  
  

Reply via email to