diff options
author | David Robillard <d@drobilla.net> | 2011-12-19 03:04:05 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-12-19 03:04:05 +0000 |
commit | b760711088bb027d7c84eec7c19360d8f02680ec (patch) | |
tree | 97980f45935fc160171f0e9b28844d4959708bfe /utils | |
parent | a12728f443694420b2d4e7a9307d738513cef24f (diff) | |
download | lilv-b760711088bb027d7c84eec7c19360d8f02680ec.tar.gz lilv-b760711088bb027d7c84eec7c19360d8f02680ec.tar.bz2 lilv-b760711088bb027d7c84eec7c19360d8f02680ec.zip |
Remove locale smashing kludges and use new serd functions for converting nodes
to/from numbers.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3891 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'utils')
-rw-r--r-- | utils/lv2info.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/lv2info.c b/utils/lv2info.c index 7f231f3..e152bfe 100644 --- a/utils/lv2info.c +++ b/utils/lv2info.c @@ -14,7 +14,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <locale.h> #include <math.h> #include <stdio.h> #include <stdlib.h> @@ -378,7 +377,6 @@ main(int argc, char** argv) } int ret = 0; - setlocale(LC_ALL, ""); LilvWorld* world = lilv_world_new(); lilv_world_load_all(world); |