* grub-core/io/lzopio.c (read_block_header): Fix incorrect byte swapping

(test_header): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-04-07 19:54:51 +02:00
parent 9f9d3f69f4
commit fd556a962e
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2012-04-07 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/io/lzopio.c (read_block_header): Fix incorrect byte swapping
(test_header): Likewise.
2012-04-07 Vladimir Serbinenko <phcoder@gmail.com>
Fix --help formatting.