From 312be3f9f5eab1643d7dcc7728c76d413d4f2640 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 15 Nov 2011 04:24:42 -0500 Subject: Clean up internal fopen uses No need to ever not use c and e. --- intl/localealias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intl/localealias.c') diff --git a/intl/localealias.c b/intl/localealias.c index 6f5fa12..6cc69c8 100644 --- a/intl/localealias.c +++ b/intl/localealias.c @@ -221,7 +221,7 @@ read_alias_file (fname, fname_len) /* Note the file is opened with cancellation in the I/O functions disabled. */ - fp = fopen (full_fname, "rc"); + fp = fopen (full_fname, "rce"); freea (full_fname); if (fp == NULL) return 0; -- cgit v1.1