diff options
Diffstat (limited to 'ws2a/gencaptcha.c')
| -rw-r--r-- | ws2a/gencaptcha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ws2a/gencaptcha.c b/ws2a/gencaptcha.c index e9d7197..1126ddb 100644 --- a/ws2a/gencaptcha.c +++ b/ws2a/gencaptcha.c @@ -64,7 +64,7 @@ int main(){ system(command); sprintf(command,"convert \"../ws2a/captchas/%s.png\" -virtual-pixel White -distort Arc %d \"../ws2a/captchas/%s.png\"",randwords,arcdis,randwords); system(command); - sleep(1); + FILE* imgfile; char filepath[100]; sprintf(filepath,"../ws2a/captchas/%s.png",randwords); |
