summaryrefslogtreecommitdiff
path: root/ws2a
diff options
context:
space:
mode:
authorAlexander Pickering <Apickx@cogarr.org>2016-05-10 15:20:35 -0400
committerAlexander Pickering <Apickx@cogarr.org>2016-05-10 15:20:35 -0400
commit32a79ff9b97756e01431126fecdd11f2ef39f0f3 (patch)
tree180b0d36a204435f06ce51310f838019cdf9ec88 /ws2a
parent8de5ff8c80980d31ffa0698cbbf4886680cd2343 (diff)
parent9ccd256425f4a3dcfff2610fe6170572c71c3716 (diff)
downloadwebpage-32a79ff9b97756e01431126fecdd11f2ef39f0f3.tar.gz
webpage-32a79ff9b97756e01431126fecdd11f2ef39f0f3.tar.bz2
webpage-32a79ff9b97756e01431126fecdd11f2ef39f0f3.zip
Merge branch 'development'
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){