FS-3847 regression

This commit is contained in:
Brian West 2012-01-28 18:32:35 -06:00
parent 20737713ec
commit 9f8d37decf

View File

@ -5145,7 +5145,7 @@ char *sofia_glue_get_url_from_contact(char *buf, uint8_t to_dup)
if (*buf == '"') {
buf++;
while((e = strchr(buf, '"'))) {
if((e = strchr(buf, '"'))) {
buf = e+1;
}
}