summaryrefslogtreecommitdiff
path: root/navit/coord.c
diff options
context:
space:
mode:
authorseralph <seralph@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-10-06 19:02:35 +0000
committerseralph <seralph@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-10-06 19:02:35 +0000
commite4e158a79773e32fac0f81d7e7968ae63e990516 (patch)
treeb6351a618e70e40da7e6aad2da27e3784f8095cc /navit/coord.c
parent0bcd75e466d199c47d77c1bb9d3f9e9aa3b36e90 (diff)
downloadnavit-e4e158a79773e32fac0f81d7e7968ae63e990516.tar.gz
Fix:core:Fixed various compiler warnings
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2640 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/coord.c')
-rw-r--r--navit/coord.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/coord.c b/navit/coord.c
index b804fb313..4f77b891d 100644
--- a/navit/coord.c
+++ b/navit/coord.c
@@ -256,7 +256,7 @@ coord_parse(const char *c_str, enum projection pro, struct coord *c_ret)
ret+=str-c_str;
if (debug) {
printf("args=%d\n", args);
- printf("ret=%d delta=%d ret_str='%s'\n", ret, str-c_str, c_str+ret);
+ printf("ret=%d delta=%d ret_str='%s'\n", ret, GPOINTER_TO_INT(str-c_str), c_str+ret);
}
out:
if (proj)