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 1996/04/09 21:08:44 UTC

cvs commit: apache/src mod_dir.c

ben         96/04/09 12:08:42

  Modified:    src       mod_dir.c
  Log:
  Correct a missing NULL in an rvputs.
  
  Revision  Changes    Path
  1.6       +1 -1      apache/src/mod_dir.c
  
  Index: mod_dir.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_dir.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -C3 -r1.5 -r1.6
  *** mod_dir.c	1996/03/12 18:25:02	1.5
  --- mod_dir.c	1996/04/09 19:08:40	1.6
  ***************
  *** 663,669 ****
                }
            }
            else
  !             rvputs(r, "<LI> ", anchor," ", t2);
            rputc('\n', r);
        }
        if(dir_opts & FANCY_INDEXING) {
  --- 663,669 ----
                }
            }
            else
  !             rvputs(r, "<LI> ", anchor," ", t2, NULL);
            rputc('\n', r);
        }
        if(dir_opts & FANCY_INDEXING) {