summaryrefslogtreecommitdiff
path: root/ws2a/gencaptcha.c
diff options
context:
space:
mode:
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;