This commit is contained in:
Rupa Schomaker 2010-04-07 12:25:19 -05:00
parent 3f4ca2d3ac
commit ab2165c56b
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ SWITCH_STANDARD_API(group_api_function)
switch_safe_free(sql);
if (!zstr(buf)) {
*(buf + (strlen(buf) - 1)) = '\0';
*(buf + (strlen(buf) - 1)) = '\0';
}
stream->write_function(stream, "%s", buf);