From 9ccd256425f4a3dcfff2610fe6170572c71c3716 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Tue, 10 May 2016 15:23:02 -0400 Subject: Changed folder path back to unix-sytle --- ws2a/gencaptcha.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){ -- cgit v1.2.3-70-g09d2