Core/StringExt: Fix out of range read

This commit is contained in:
Lynix
2022-03-19 17:44:39 +01:00
parent ed057c8364
commit d853741f6f
3 changed files with 6 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ jobs:
# Run unit tests
- name: Run unit tests
if: matrix.type.name != 'releasedbg'
run: xmake run NazaraUnitTests
# Install the result files

View File

@@ -82,6 +82,7 @@ jobs:
# Run unit tests
- name: Run unit tests
if: matrix.type.name != 'releasedbg'
run: xmake run NazaraUnitTests
# Install the result files