Am Mon, 5 Mar 2018 17:23:12 +0100
schrieb Daniel Kiper :
> On Tue, Feb 27, 2018 at 09:39:20AM +0100, Olaf Hering wrote:
> > +grub_install_copy_nls(const char *src, const char *dst)
> Does not compiler complain that arguments are unused if ENABLE_NLS is not
> defined?
There are indeed a few non
On Tue, Feb 27, 2018 at 09:39:20AM +0100, Olaf Hering wrote:
> With --disable-nls no locales exist.
> Avoid runtime error by wrapping install logic inside ENABLE_NLS.
>
> Signed-off-by: Olaf Hering
> ---
> util/grub-install-common.c | 108
> +
> 1 file
With --disable-nls no locales exist.
Avoid runtime error by wrapping install logic inside ENABLE_NLS.
Signed-off-by: Olaf Hering
---
util/grub-install-common.c | 108 +
1 file changed, 59 insertions(+), 49 deletions(-)
--- a/util/grub-install-common.c