Your daily WTF

I found this today while doing code review.

it was ment to be a sleep timer…
I just about shit a brick when I saw this.

for(int i=0; i<PAUSE_LENGTH; i++)
{
i++;
}

Post a Comment

*Required
*Required (Never published)