Fix a bug : Bad memcpy length in localtime_r() and gmtime_r()

This commit is contained in:
2015-06-19 18:51:27 +02:00
parent d310be1b6d
commit 7e5f13c445
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
v0.5 (11/11/2014)
v0.5 (19/06/2015)
** User **
Add tag management
@@ -7,6 +7,7 @@ v0.5 (11/11/2014)
** Bugs **
Bug in generate month : if the next month has less days than the first, but there are operations on non existings days, use last day of new month.
Bad memcpy length in localtime_r() and gmtime_r()
v0.4 (26/02/2013)
** User **