Fix test -a and -o precedence.

Reported by: adrian15.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-05-04 13:38:59 +02:00
parent 82ae74d7bd
commit daf01d61ff
4 changed files with 40 additions and 16 deletions

View file

@ -1,3 +1,8 @@
2013-05-04 Vladimir Serbinenko <phcoder@gmail.com>
Fix test -a and -o precedence.
Reported by: adrian15.
2013-05-04 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/font/font.c (grub_font_construct_glyph): Fix memory leak.