Skip to content

Commit

Permalink
replace e with a instead of z
Browse files Browse the repository at this point in the history
  • Loading branch information
ITikhonov committed Feb 20, 2012
1 parent b335642 commit bbbaaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion captcha.c
Expand Up @@ -156,7 +156,7 @@ static void filter(unsigned char im[70*200]) {
memmove(im,om,sizeof(om)); memmove(im,om,sizeof(om));
} }


static const char *letters="abcdzfahijklmnopqrstuvwxyz"; static const char *letters="abcdafahijklmnopqrstuvwxyz";


void captcha(unsigned char im[70*200], unsigned char l[6]) { void captcha(unsigned char im[70*200], unsigned char l[6]) {
unsigned char swr[200]; unsigned char swr[200];
Expand Down

0 comments on commit bbbaaa3

Please sign in to comment.