Diebold Voter

I think I found the Diebold code for the Ohio voting machines. Check it out:


...

enum Vote
{
kVoteKerry,
kVoteBush
};

...

void ProcessVote( Vote v )
{
static int i=0;
/**
"I am committed to helping
Ohio deliver its electoral
votes to the president next year."
-- Walden O'Dell, CEO Diebold 2003 **/

if( v == kVoteKerry && i++%2 )
v = kVoteBush;

RecordVote( v );
}
...

Hmm... Just a little bit fishy. http://www.blackboxvoting.org/

No comments: