updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / algoscore / hash.patch
bloba1971c59167d06eebeda9f2d60c2d661b03bf72a
1 --- hash.c 2010-08-25 18:21:46.016668133 -0500
2 +++ hash.c.new 2010-08-25 18:21:54.686668133 -0500
3 @@ -118,7 +118,7 @@
5 HashRec hr;
6 hr.lgsz = lgsz;
7 - return (int)((char*)&TAB(&hr)[POW2(lgsz+1)] - (char*)&hr);
8 + return (int)((char*)&TAB(&hr)[POW2(lgsz+1)] - (char*)&hr) + sizeof(naRef);
11 static HashRec* resize(struct naHash* hash)