Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2009-02-10 17:22:22 +0300
committerJeffrey Stedfast <fejj@novell.com>2009-02-10 17:22:22 +0300
commit21f14f83f45bd28c76491153b4d0e18d5eae381e (patch)
tree129032e30d44cf30aea9e3bd36560f9062e85b70 /support/ChangeLog
parentfbdc6bdce0dc478357d5b1e7d7719d1bffa5735c (diff)
2009-02-10 Jeffrey Stedfast <fejj@novell.com>
* minizip/unzip.c (unzlocal_DosDateToTmuDate): Fix ambiguous else's. (unzlocal_DosDateToTmuDate): Here too. (unzlocal_CheckCurrentFileCoherencyHeader): And here. svn path=/trunk/mono/; revision=126461
Diffstat (limited to 'support/ChangeLog')
-rw-r--r--support/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 36a42e604d9..ab96d24eda5 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,5 +1,10 @@
2009-02-10 Jeffrey Stedfast <fejj@novell.com>
+ * minizip/unzip.c (unzlocal_DosDateToTmuDate): Fix ambiguous
+ else's.
+ (unzlocal_DosDateToTmuDate): Here too.
+ (unzlocal_CheckCurrentFileCoherencyHeader): And here.
+
* old-map.c: Added prototypes to silence compile warnings. Looks
like this file is supposed to be autogenerated, so probably not
the right fix but I can't find the autogen script.