diff options
Diffstat (limited to 'src/LYNews.c')
-rw-r--r-- | src/LYNews.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYNews.c b/src/LYNews.c index 0755d17f..23906a44 100644 --- a/src/LYNews.c +++ b/src/LYNews.c @@ -36,7 +36,7 @@ PRIVATE BOOLEAN message_has_content ARGS2( *nonspaces = FALSE; - if (!filename || (fp = fopen(filename, TXT_R)) == NULL) { + if (!filename || (fp = fopen(filename, "r")) == NULL) { CTRACE((tfp, "Failed to open file %s for reading!\n", NONNULL(filename))); return FALSE; |