From b3974893ba872567c5a523417562d1dcb96d93ce Mon Sep 17 00:00:00 2001 From: Karsten Keil Date: Mon, 1 Sep 2008 22:23:01 +0200 Subject: Fix 64bit build --- route.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'route.c') diff --git a/route.c b/route.c index 743e37d..bb2ed1f 100644 --- a/route.c +++ b/route.c @@ -2137,9 +2137,9 @@ struct route_action *EndpointAppPBX::route(struct route_ruleset *ruleset) case MATCH_FREE: case MATCH_NOTFREE: - if (!(comp_len = (unsigned int)strchr(cond->string_value, ':'))) + if (!(comp_len = (unsigned long)strchr(cond->string_value, ':'))) break; - comp_len = comp_len-(unsigned int)cond->string_value; + comp_len = comp_len-(unsigned long)cond->string_value; avail = 0; mISDNport = mISDNport_first; while(mISDNport) -- cgit v1.2.3-55-g7522