summaryrefslogtreecommitdiff
path: root/ws2a
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-05-10 15:23:02 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-05-10 15:23:02 -0400
commit9ccd256425f4a3dcfff2610fe6170572c71c3716 (patch)
treeb54cda0e15b7c0a01955b330538ef04856625b31 /ws2a
parent5d5d288bb595ae2297c99071f4db2a095c3ed101 (diff)
downloadwebpage-9ccd256425f4a3dcfff2610fe6170572c71c3716.tar.gz
webpage-9ccd256425f4a3dcfff2610fe6170572c71c3716.tar.bz2
webpage-9ccd256425f4a3dcfff2610fe6170572c71c3716.zip
Changed folder path back to unix-sytle
Diffstat (limited to 'ws2a')
-rw-r--r--ws2a/gencaptcha.c2
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){