Posted on Oct 30, 2009 by
Helpful Ox
Instead of:
if(c[3] >= 0 && c[2] < 64){
should be:
if(c[3] >= 0 && c[3] < 64){
Best regards, Igor.
Status: New
Labels:
Type-Defect
Priority-Medium