Quote:
Originally Posted by KSV
Those functions can't be the real culprit. they aren't even being used as per your log file. keep all the patch except following change. revert
Code:
else if (AVMATCH(&method, &av__onbwcheck) || AVMATCH(&method, &av_onBWCheck))
to original
Code:
else if (AVMATCH(&method, &av__onbwcheck))
|
Yea that's what I figured, because I swear I made those changes, compiled and it worked, but when I tried to reproduce it, it failed.
EDIT: Damn KSV are you good! I made this single change only and it worked immediately! Also just to double verify, I deleted the dir and reused git, made same change, and works again.
Though as far as you know, this should not break anything else in the patch?