* grub-core/gettext/gettext.c (grub_gettext_pread): Fix the case when
len = 0. (grub_gettext_translate_real): Handle 0th string. (grub_gettext_translate): Ensure that "" isn't translated.
This commit is contained in:
parent
505e41dc36
commit
d61357cec2
2 changed files with 41 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2012-04-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/gettext/gettext.c (grub_gettext_pread): Fix the case when
|
||||
len = 0.
|
||||
(grub_gettext_translate_real): Handle 0th string.
|
||||
(grub_gettext_translate): Ensure that "" isn't translated.
|
||||
|
||||
2012-04-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/disk/diskfilter.c (grub_diskfilter_memberlist): Add
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue