* grub-core/lib/progress.c (grub_file_progress_hook_real): Cast to

unsigned long long when using %llu.
This commit is contained in:
Vladimir Serbinenko 2013-10-25 15:22:30 +02:00
parent c6dc6fa175
commit ea899a5760
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/progress.c (grub_file_progress_hook_real): Cast to
unsigned long long when using %llu.
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/progress.c (grub_file_progress_hook_real): Refresh