summaryrefslogtreecommitdiff
path: root/ws2a/gencaptcha.c
diff options
context:
space:
mode:
authorAlexander Pickering <Apickx@cogarr.org>2016-05-10 13:22:54 -0400
committerAlexander Pickering <Apickx@cogarr.org>2016-05-10 13:22:54 -0400
commit17f134b122b5f328174bb22745dbead5976ca697 (patch)
treeadc08e60b7d57946d9c0d3c8bb5cb334173725ba /ws2a/gencaptcha.c
parentf86b51feb68b8ae6096cc3d804f5994d7f92095e (diff)
parentbb5d7ae5973465c0440dab321254b5a43107c103 (diff)
downloadwebpage-17f134b122b5f328174bb22745dbead5976ca697.tar.gz
webpage-17f134b122b5f328174bb22745dbead5976ca697.tar.bz2
webpage-17f134b122b5f328174bb22745dbead5976ca697.zip
Merge branch 'development'
Diffstat (limited to 'ws2a/gencaptcha.c')
-rw-r--r--ws2a/gencaptcha.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ws2a/gencaptcha.c b/ws2a/gencaptcha.c
index 850cca7..c05090d 100644
--- a/ws2a/gencaptcha.c
+++ b/ws2a/gencaptcha.c
@@ -69,6 +69,7 @@ int main(){
sprintf(filepath,"../ws2a/captchas/%s.png","r");
imgfile = fopen(filepath,"r");
if(imgfile == NULL){
+ printf("Unable to open file!");
return 1;
}
while(!feof(imgfile)){