diff options
author | 2005-04-21 10:20:56 +0000 | |
---|---|---|
committer | 2005-04-21 10:20:56 +0000 | |
commit | da3e40e6ed1ed7ed3aa2e74c2fb563615941db91 (patch) | |
tree | f3f5285b7f975a6784f5fb6a194a4ed1030acade /www-apache/mod_accounting/files/mod_accounting-0.5-fix.patch | |
parent | Stable for x86 (diff) | |
download | historical-da3e40e6ed1ed7ed3aa2e74c2fb563615941db91.tar.gz historical-da3e40e6ed1ed7ed3aa2e74c2fb563615941db91.tar.bz2 historical-da3e40e6ed1ed7ed3aa2e74c2fb563615941db91.zip |
initial import
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'www-apache/mod_accounting/files/mod_accounting-0.5-fix.patch')
-rw-r--r-- | www-apache/mod_accounting/files/mod_accounting-0.5-fix.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www-apache/mod_accounting/files/mod_accounting-0.5-fix.patch b/www-apache/mod_accounting/files/mod_accounting-0.5-fix.patch new file mode 100644 index 000000000000..ce990400e6b7 --- /dev/null +++ b/www-apache/mod_accounting/files/mod_accounting-0.5-fix.patch @@ -0,0 +1,15 @@ +diff -ruN mod_accounting-0.5.orig/mod_accounting.c mod_accounting-0.5/mod_accounting.c +--- mod_accounting-0.5.orig/mod_accounting.c 2002-09-08 21:17:22.000000000 +0600 ++++ mod_accounting-0.5/mod_accounting.c 2005-04-13 13:02:53.772719344 +0600 +@@ -217,8 +217,9 @@ + int i, found = 0; + char *ptr = arg; + +- while( *ptr ) +- *ptr++ = tolower( *ptr ); ++// it's not need ++// while( *ptr ) ++// *ptr++ = tolower( *ptr ); + + // let's see if we have the requested driver + for( i = 0; i < DB_MAX; i++ ) |