+2013-12-15 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * grub-core/commands/efi/lsefisystab.c: Use %lld to show
+ num_table_entries.
+
2013-12-15 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/test.h: Use gnu_printf rather than printf on GRUB
grub_printf (", Version=%x\n", st->firmware_revision);
- grub_printf ("%ld tables:\n", st->num_table_entries);
+ grub_printf ("%lld tables:\n", (long long) st->num_table_entries);
t = st->configuration_table;
for (i = 0; i < st->num_table_entries; i++)
{