[PATCH 2/2] Allow the user to specify weight units explicitly

Lubomir I. Ivanov neolit123 at gmail.com
Fri Jan 3 04:52:50 UTC 2014


On 3 January 2014 06:58, Linus Torvalds <torvalds at linux-foundation.org> wrote:
>
> +double string_to_grams(char *str)
> +{
...
> +       if (!strncmp(end, "kg", 2))
> +               goto kg;
> +       if (!strncmp(end, "lbs", 3))

i think this part should be translated, so i sent a patch for it:
[PATCH 1/2] Models: translate the user entered weight units

lubomir
--

p.s.
happy new year


More information about the subsurface mailing list