diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/m_argv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m_argv.c b/src/m_argv.c index 7fc15863..99295c6d 100644 --- a/src/m_argv.c +++ b/src/m_argv.c @@ -74,9 +74,9 @@ static void LoadResponseFile(int argv_index) int i, k; 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) { |