FS-3403 --resolve

This commit is contained in:
Jeff Lenk 2012-03-23 08:47:48 -05:00
parent e3698c2067
commit 59afd96128
1 changed files with 1 additions and 1 deletions

View File

@ -2374,7 +2374,7 @@ SWITCH_STANDARD_API(dual_transfer_function)
}
}
if ((dp2 = strstr(dest1, "/inline")) && *(dp2 + 7) == '\0') {
if ((dp2 = strstr(dest2, "/inline")) && *(dp2 + 7) == '\0') {
*dp2++ = '\0';
} else {
if ((dp2 = strchr(dest2, '/'))) {