diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/WebMagick/files/patch-aa | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/www/WebMagick/files/patch-aa b/www/WebMagick/files/patch-aa index de01d0ee12eb..218215194c5b 100644 --- a/www/WebMagick/files/patch-aa +++ b/www/WebMagick/files/patch-aa @@ -2,15 +2,15 @@ Index: webmagick.in =================================================================== RCS file: /cvsroot/webmagick/WebMagick/webmagick.in,v retrieving revision 1.117 -retrieving revision 1.122 -diff -u -r1.117 -r1.122 +retrieving revision 1.123 +diff -u -r1.117 -r1.123 --- webmagick.in 23 Oct 2002 16:14:47 -0000 1.117 -+++ webmagick.in 30 Jan 2003 12:02:29 -0000 1.122 ++++ webmagick.in 30 Jan 2003 12:22:14 -0000 1.123 @@ -1,6 +1,6 @@ #! @PERL@ # -# $Id: webmagick.in,v 1.117 2002/10/23 16:14:47 clindell Exp $ -+# $Id: webmagick.in,v 1.122 2003/01/30 12:02:29 ache Exp $ ++# $Id: webmagick.in,v 1.123 2003/01/30 12:22:14 ache Exp $ # # You are looking at the main PERL script for WebMagick, a package to # intelligently create HTML and JavaScript index files and imagemaps @@ -241,9 +241,11 @@ diff -u -r1.117 -r1.122 return( $_ ); } -@@ -4325,21 +4324,8 @@ +@@ -4324,22 +4323,10 @@ + # Escape unsafe characters in URLs # sub escapeurl { ++ no locale; local($_) = @_; - s/\%/%25/g; # % (must substitute first!) - s/\"/%22/g; # " |