repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git]
/
djbdns-opendns
/
txt.patch
blob
257917f5d971c7ac67305766155dee63726230b8
1
--- tinydns-data.c.orig 2009-03-06 00:38:20.924062586 +0000
2
+++ tinydns-data.c 2009-03-06 00:38:38.341476527 +0000
3
@@ -399,7 +399,7 @@
4
i = 0;
5
while (i < f[1].len) {
6
k = f[1].len - i;
7
- if (k > 127) k = 127;
8
+ if (k > 255) k = 255;
9
ch = k;
10
rr_add(&ch,1);
11
rr_add(f[1].s + i,k);