Re: [PATCH] Fix cairo_get_locale_decimal_point() on Android

Bryce Harrington <[email protected]>
Newsgroups gmane.comp.lib.cairo
Message-ID <[email protected]>
On Sun, May 31, 2015 at 08:36:48PM +0200, Fredrik Fornwall wrote:
> ---
>  src/cairo-misc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, pushed:
   1ed318c..11b6c49  master -> master
 
> diff --git a/src/cairo-misc.c b/src/cairo-misc.c
> index df8a4ef..3c7c959 100644
> --- a/src/cairo-misc.c
> +++ b/src/cairo-misc.c
> @@ -774,7 +774,7 @@ cairo_get_locale_decimal_point (void)
>  const char *
>  cairo_get_locale_decimal_point (void)
>  {
> -    return '.';
> +    return ".";
>  }
>  #endif
>  
> -- 
> 2.4.1
> 
> -- 
> cairo mailing list
> [email protected]
> http://lists.cairographics.org/mailman/listinfo/cairo
-- 
cairo mailing list
[email protected]
http://lists.cairographics.org/mailman/listinfo/cairo
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.