Merge "main/app: Only look to end of file if ':end' is specified, and not just ':'"

changes/53/2453/1
Joshua Colp 10 years ago committed by Gerrit Code Review
commit d7ee89b499

@ -1112,6 +1112,8 @@ static int control_streamfile(struct ast_channel *chan,
if (!strcasecmp(end, ":end")) {
*end = '\0';
end++;
} else {
end = NULL;
}
}

Loading…
Cancel
Save