From 37b28fc8f159649ed85d3990acf2e0dcce24b6c9 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Mon, 14 Nov 2011 00:22:03 +0000 Subject: avoid casting warning with old_locale git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2117 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- src/pj_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pj_init.c b/src/pj_init.c index 108faf2f..e483f44a 100644 --- a/src/pj_init.c +++ b/src/pj_init.c @@ -238,7 +238,7 @@ pj_init_ctx(projCtx ctx, int argc, char **argv) { paralist *curr; int i; PJ *PIN = 0; - const char *old_locale; + char *old_locale; ctx->last_errno = 0; start = NULL; -- cgit v1.2.3