]> git.pld-linux.org Git - packages/apache1-mod_dav.git/blob - apache1-mod_dav-format.patch
- s/no/nb/ in Summary langs
[packages/apache1-mod_dav.git] / apache1-mod_dav-format.patch
1 --- mod_dav-1.0.3-1.3.6/mod_dav.c.orig  Sun Sep 23 00:22:39 2001
2 +++ mod_dav-1.0.3-1.3.6/mod_dav.c       Wed Feb 26 15:07:31 2003
3 @@ -2298,7 +2298,7 @@
4         if (lookup.err.status == HTTP_BAD_REQUEST) {
5             /* This supplies additional information for the default message. */
6             ap_log_rerror(APLOG_MARK, APLOG_ERR | APLOG_NOERRNO, r,
7 -                         lookup.err.desc);
8 +                         "%s", lookup.err.desc);
9             return HTTP_BAD_REQUEST;
10         }
11  
This page took 0.038946 seconds and 3 git commands to generate.