diff options
| -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 8141ee5..e9d7197 100644 --- a/ws2a/gencaptcha.c +++ b/ws2a/gencaptcha.c @@ -67,7 +67,7 @@ int main(){ sleep(1); FILE* imgfile; char filepath[100]; - sprintf(filepath,"..\\ws2a\\captchas\\%s.png",randwords); + sprintf(filepath,"../ws2a/captchas/%s.png",randwords); //printf("Filepath:%s",filepath); imgfile = fopen(filepath,"rb"); if(imgfile == NULL){ |
