aboutsummaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
Diffstat (limited to 'telephony')
-rw-r--r--telephony/remote_call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/remote_call.c b/telephony/remote_call.c
index 43c9099..d7b6b17 100644
--- a/telephony/remote_call.c
+++ b/telephony/remote_call.c
@@ -79,7 +79,7 @@ remote_number_string_to_port( const char* number )
{
char* end;
long num;
- char* temp = number;
+ const char* temp = number;
int len;
len = strlen(number);