Fix #67 a y chars will invalid error

This commit is contained in:
Jason Lee 2018-09-17 19:18:37 +08:00
parent 583bb1f3a9
commit 0e1a0f88e5
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ static void filter(unsigned char im[70*200]) {
memmove(im,om,sizeof(om)); memmove(im,om,sizeof(om));
} }
static const char *letters="abcdyfhhijklmnopqrstuvwxyz"; static const char *letters="abcdafahijklmnopqrstuvwxyz";
void captcha(unsigned char im[70*200], unsigned char l[8], int length, int i_line, int i_filter) { void captcha(unsigned char im[70*200], unsigned char l[8], int length, int i_line, int i_filter) {
unsigned char swr[200]; unsigned char swr[200];