Fix grub-probe -0 option

* util/grub-probe,c (options): Make -0 work again (broken by
conversion to argp).
(main): Simplify logic.
This commit is contained in:
Colin Watson 2014-03-31 13:51:17 +01:00
parent 46b74dd3cb
commit 9b35fe819f
2 changed files with 8 additions and 5 deletions

View file

@ -1,3 +1,9 @@
2014-03-31 Colin Watson <cjwatson@ubuntu.com>
* util/grub-probe,c (options): Make -0 work again (broken by
conversion to argp).
(main): Simplify logic.
2014-03-26 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/relocator.c: Fix the case when end of leftover is used.