aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcallerid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/callerid.c b/callerid.c
index 3766f4b0b..40145d30b 100755
--- a/callerid.c
+++ b/callerid.c
@@ -538,7 +538,7 @@ int ast_callerid_parse(char *instr, char **name, char **location)
instr[strlen(instr) - 1] = '\0';
/* And leading spaces */
while(**name && (**name < 33))
- name++;
+ (*name)++;
return 0;
}
} else {