git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1711 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2003-11-09 18:46:52 +00:00
parent f305473af5
commit f4cafc5041
1 changed files with 1 additions and 1 deletions

View File

@ -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 {