From e0db3f0709a737e7258fd40a7cbfe9a461ea0756 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 16 Nov 2023 03:01:15 +0000 Subject: CTAN sync 202311160301 --- dviware/dvisvgm/src/utility.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dviware/dvisvgm/src/utility.hpp') diff --git a/dviware/dvisvgm/src/utility.hpp b/dviware/dvisvgm/src/utility.hpp index ee272e22ec..9058baaa58 100644 --- a/dviware/dvisvgm/src/utility.hpp +++ b/dviware/dvisvgm/src/utility.hpp @@ -69,7 +69,7 @@ std::string replace (std::string str, const std::string &find, const std::string std::string to_string (double val); std::string mimetype (const std::string &fname); -std::vector split (const std::string &str, const std::string &sep); +std::vector split (const std::string &str, const std::string &sep, bool allowEmptyResult=false); int ilog10 (int n); bool read_double (std::istream &is, double &value); -- cgit v1.2.3