]> git.lizzy.rs Git - dragonfireclient.git/commit
Update directory name sanitization
authorShadowNinja <shadowninja@minetest.net>
Tue, 1 Feb 2022 02:11:51 +0000 (21:11 -0500)
committerrubenwardy <rw@rubenwardy.com>
Fri, 8 Apr 2022 13:55:21 +0000 (14:55 +0100)
commitdae6fe91a1059751a0bde504cdf41a749234ce1a
tree8fd07c915e6d682a21aa891f9eb2e7adbc71975a
parent65fdc7ae50adaee6116ed768d9f96e8732c96b85
Update directory name sanitization

Only ASCII spaces have to be handles specially, and leading spaces are
also disallowed.
src/unittest/test_utilities.cpp
src/util/string.cpp
src/util/string.h