summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Pickering <Apickx@cogarr.org>2016-05-10 15:59:23 -0400
committerAlexander Pickering <Apickx@cogarr.org>2016-05-10 15:59:23 -0400
commita06756532f89ebf5d7d0da3beabb852486f4919e (patch)
tree26c3b6f1a1b1cdadb62a3de2a414d77f90dd007c
parent7bdc10d246099455310b92269940bb95db65dbd0 (diff)
parent8d2beddd1ce83d465eb7601bc02cb86506425606 (diff)
downloadwebpage-a06756532f89ebf5d7d0da3beabb852486f4919e.tar.gz
webpage-a06756532f89ebf5d7d0da3beabb852486f4919e.tar.bz2
webpage-a06756532f89ebf5d7d0da3beabb852486f4919e.zip
Merge branch 'development'
-rw-r--r--ws2a/gencaptcha.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ws2a/gencaptcha.c b/ws2a/gencaptcha.c
index 57f1ad6..5d1bdb6 100644
--- a/ws2a/gencaptcha.c
+++ b/ws2a/gencaptcha.c
@@ -86,8 +86,7 @@ int main(){
return 1;
}
fread(buffer, filelen, 1, imgfile);
- printf("%s%c%c\n",
- "Content-Type:image/png",13,10);
+ //printf("%s%c%c\n","Content-Type:image/png",13,10);
int i = 0;
while(i < filelen){
printf("%c",buffer[i]);