summaryrefslogtreecommitdiff
path: root/ws2a/gencaptcha.c
diff options
context:
space:
mode:
authorAlexander Pickering <Apickx@cogarr.org>2016-05-11 13:43:18 -0400
committerAlexander Pickering <Apickx@cogarr.org>2016-05-11 13:43:18 -0400
commitc278c9775f33301895e52c5f815e8127af48abde (patch)
treedab84b178913041c9182615d63e6405eedac94fe /ws2a/gencaptcha.c
parent0029a92c1b3c6043378c10fdfa42b7df6620a82b (diff)
parenteb124f52957d579bf973260a24fe84cee7c1fd8b (diff)
downloadwebpage-c278c9775f33301895e52c5f815e8127af48abde.tar.gz
webpage-c278c9775f33301895e52c5f815e8127af48abde.tar.bz2
webpage-c278c9775f33301895e52c5f815e8127af48abde.zip
Merge branch 'development'
Diffstat (limited to 'ws2a/gencaptcha.c')
-rw-r--r--ws2a/gencaptcha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ws2a/gencaptcha.c b/ws2a/gencaptcha.c
index 7ab063a..f40b165 100644
--- a/ws2a/gencaptcha.c
+++ b/ws2a/gencaptcha.c
@@ -84,7 +84,7 @@ int main(){
char filepath[100];
sprintf(filepath,"/home/git/wswebpage/ws2a/captchas/%s.txt",randwords);
tfile = fopen(filepath,"w");
- fprintf(tfile,rhash);
+ fprintf(tfile,"%lu",rhash);
fclose(tfile);
return 0;