bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 7/8] Argument's default values are set independently.


From: olafBuddenhagen
Subject: Re: [PATCH 7/8] Argument's default values are set independently.
Date: Wed, 11 Aug 2010 08:03:22 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

Hi,

On Wed, Aug 04, 2010 at 04:20:05AM -0300, Diego Nieto Cid wrote:

> @@ -1748,6 +1748,9 @@ xkb_init (void **handle, int no_exit, int argc, char 
> **argv, int *next)
>    if (!arguments.xkbdir)
>      {
>        arguments.xkbdir = "/usr/share/X11/xkb";
> +    }
> +  if (!arguments.keymapfile)
> +    {
>        arguments.keymapfile = "keymap/hurd";
>      }

This change looks reasonable to me. Can't say for sure though, as I
don't know what these arguments are actually about :-)

BTW, I think it should be "arguments'", not "argument's" :-)

-antrik-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]