summaryrefslogtreecommitdiff
path: root/src/m_argv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_argv.c')
-rw-r--r--src/m_argv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_argv.c b/src/m_argv.c
index 79702e56..875829bd 100644
--- a/src/m_argv.c
+++ b/src/m_argv.c
@@ -88,7 +88,7 @@ static void LoadResponseFile(int argv_index)
response_filename = myargv[argv_index] + 1;
// Read the response file into memory
- handle = fopen(response_filename, "r");
+ handle = fopen(response_filename, "rb");
if (handle == NULL)
{