* include/grub/datetime.h (grub_datetime2unixtime): Fix handling of days

after 29th of February.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-03-31 21:04:56 +02:00
parent d73ff15de4
commit 9576977eab
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-03-31 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/datetime.h (grub_datetime2unixtime): Fix handling of days
aftert 29th of February.
2012-03-31 Vladimir Serbinenko <phcoder@gmail.com>
Fix exfat endianness handling.