Page 1 of 1

issue-#28 Fixing a bug in Strings.Replace with truncation

Posted: Thu Feb 26, 2015 8:56 am
by Josef Templ
This voting is about merging the changes of topic branch issue-#28
(cf. http://redmine.blackboxframework.org/issues/28) to master.
The diffs can be found under http://redmine.blackboxframework.org/pr ... a&type=sbs.

The changes include a bug fix for the missing 0X termination character in case of truncation
and a simple optimization for the case where the string length is unchanged.

- Josef