]> git.pld-linux.org Git - packages/cvsspam.git/blob - cvsspam-rfc2045.patch
- add config item too
[packages/cvsspam.git] / cvsspam-rfc2045.patch
1 --- cvsspam-0.2.12/cvsspam.rb~  2008-09-09 21:56:35.000000000 +0300
2 +++ cvsspam-0.2.12/cvsspam.rb   2008-09-09 21:59:51.431953755 +0300
3 @@ -137,7 +137,7 @@
4    # format
5    def quoted_encode_char(b)
6      if b>126 || b==UNDERSCORE || b==TAB || b==HOOK || b==EQUALS
7 -      sprintf("=%02x", b)
8 +      sprintf("=%02X", b)
9      elsif b == SPACE
10        "_"
11      else
This page took 0.060956 seconds and 3 git commands to generate.