From c1490c67514c14519a376191bb7d7fb9189016cf Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 15 Jul 2012 20:35:42 -0300 Subject: voicecall: Avoid shadowing of number variable --- src/voicecall.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/voicecall.c') diff --git a/src/voicecall.c b/src/voicecall.c index 37831fea..b4ba23f7 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -2281,9 +2281,9 @@ void ofono_voicecall_notify(struct ofono_voicecall *vc, if (vc->flags & VOICECALL_FLAG_STK_MODEM_CALLSETUP) { struct dial_request *req = vc->dial_req; - const char *number = phone_number_to_string(&req->ph); + const char *phone_number = phone_number_to_string(&req->ph); - if (!strcmp(number, "112")) + if (!strcmp(phone_number, "112")) __ofono_modem_inc_emergency_mode(modem); if (v->call->clip_validity == CLIP_VALIDITY_NOT_AVAILABLE) { -- cgit v1.2.3