* include/grub/datetime.h (grub_datetime2unixtime): Fix unixtime

computation for some years before epoch. Avode confusing division
	while on it.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-03-10 19:19:21 +01:00
parent 21344ef620
commit 84cfe81b1d
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2013-03-10 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/datetime.h (grub_datetime2unixtime): Fix unixtime
computation for some years before epoch. Avode confusing division
while on it.
2013-03-10 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/video/i386/pc/vbe.c