Skip to content

Commit

Permalink
Remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdelv committed Oct 30, 2024
1 parent e3364e7 commit b57c932
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rtl/eclrtl/eclrtl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6067,7 +6067,6 @@ void rtlSubstituteEmbeddedScript(size32_t &__lenResult, char * &__result, size32
{
StringBuffer result;
::replaceString(result, rtlUtf8Size(scriptChars, script), script, rtlUtf8Size(searchChars, search), search, rtlUtf8Size(outFieldsChars, outFields), outFields, true);

__lenResult = result.lengthUtf8();
__result = result.detach();
}
Expand Down

0 comments on commit b57c932

Please sign in to comment.