From 27e0e993ff535d2fbd1dc412c1748d83ac147a69 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 23 Jun 2003 07:19:03 +0000 Subject: * io.c (rb_open_file): initialize flags. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b931484b2..514cc6f4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -Mon Jun 23 13:45:30 2003 Tanaka Akira +Mon Jun 23 16:18:12 2003 Tanaka Akira + + * io.c (rb_open_file): initialize flags. * time.c (time_arg): initialize v[6] even when argc is 10 to avoid valgrind error. -- cgit