Re: [Mlt-devel] [PATCH] Use LC_NUMERIC_MASK instead of LC_NUMERIC in querylocale()

2016-06-27 Thread Dan Dennedy
yes, good catch. I applied this. Thanks On Mon, Jun 27, 2016 at 7:01 AM Pawel Golinski wrote: > Without this, mlt_properties_set_lcnumeric() doesn't > work properly on OS X. > --- > src/framework/mlt_properties.c | 2 +- > src/framework/mlt_property.c | 4 ++-- > 2 files changed, 3 insertions

[Mlt-devel] [PATCH] Use LC_NUMERIC_MASK instead of LC_NUMERIC in querylocale()

2016-06-27 Thread Pawel Golinski
Without this, mlt_properties_set_lcnumeric() doesn't work properly on OS X. --- src/framework/mlt_properties.c | 2 +- src/framework/mlt_property.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/framework/mlt_properties.c b/src/framework/mlt_properties.c index 8eee2