[PATCH] Fix cairo_get_locale_decimal_point() on Android

Fredrik Fornwall <[email protected]>
Newsgroups gmane.comp.lib.cairo
Message-ID <[email protected]>
---
 src/cairo-misc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
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.