From 8abe84c31f6b7e75da1211d95c89e2ad9f0271c4 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Fri, 12 Nov 2010 12:25:30 +0000 Subject: [PATCH] * eet: fix ChangeLog. SVN revision: 54494 --- legacy/eet/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/legacy/eet/ChangeLog b/legacy/eet/ChangeLog index 3881dff1b2..5ee2347b58 100644 --- a/legacy/eet/ChangeLog +++ b/legacy/eet/ChangeLog @@ -440,3 +440,7 @@ 2010-09-02 Cedric BAIL * Fix bug of ever growing dictionnary and improve strcmp comparison. + +2010-11-12 Cedric BAIL + + * Don't try to read broken file when open in READ_WRITE mode.