diff options
author | Pierre-Yves Rollo <dev@pyrollo.com> | 2018-11-01 21:07:01 +0100 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2018-11-01 21:07:01 +0100 |
commit | 0e306c084284aeafb3d5cde0cfec11a85a11cb9c (patch) | |
tree | 4f474057ed335f77747c23127819fb94d5e5c47f /src/irrlicht_changes/CGUITTFont.h | |
parent | 4d4bfb12515cbd8f260f27951d5247676e0ba1b4 (diff) | |
download | minetest-0e306c084284aeafb3d5cde0cfec11a85a11cb9c.tar.gz minetest-0e306c084284aeafb3d5cde0cfec11a85a11cb9c.tar.bz2 minetest-0e306c084284aeafb3d5cde0cfec11a85a11cb9c.zip |
Fix string.split returning an empty table if string starts with sepearator (#7827)
Calling string.split(":A:B:C:D", ":") returns an empty array.
This is due to first empty string not making repeat loop decreasing max_split which has a 0 value when reaching until.
Changing max_splits default value from -1 to -2 fixes that issue.
Diffstat (limited to 'src/irrlicht_changes/CGUITTFont.h')
0 files changed, 0 insertions, 0 deletions