aboutsummaryrefslogtreecommitdiff
path: root/doc/chapters
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2010-01-20 21:07:20 +0000
committerNils Durner <durner@gnunet.org>2010-01-20 21:07:20 +0000
commit1b0b8c014d04189c6e55e09288dd68ef5bc1e447 (patch)
treea10a58e71eee2779ccc52cdd531c40063dac86ff /doc/chapters
parent8893ec6980741cd78030d4c093f6665728d135a1 (diff)
downloadlibmicrohttpd-1b0b8c014d04189c6e55e09288dd68ef5bc1e447.tar.gz
libmicrohttpd-1b0b8c014d04189c6e55e09288dd68ef5bc1e447.zip
use untranslated file input mode, important on Windows
Diffstat (limited to 'doc/chapters')
-rw-r--r--doc/chapters/largerpost.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/chapters/largerpost.inc b/doc/chapters/largerpost.inc
index f1f0e060..2cf8c3c0 100644
--- a/doc/chapters/largerpost.inc
+++ b/doc/chapters/largerpost.inc
@@ -225,7 +225,7 @@ take this as the name the file will be stored on the server and make sure no fil
225@verbatim 225@verbatim
226 if (!con_info->fp) 226 if (!con_info->fp)
227 { 227 {
228 if (NULL != (fp = fopen (filename, "r")) ) 228 if (NULL != (fp = fopen (filename, "rb")) )
229 { 229 {
230 fclose (fp); 230 fclose (fp);
231 con_info->answerstring = fileexistspage; 231 con_info->answerstring = fileexistspage;