diff options
author | louiz’ <louiz@louiz.org> | 2017-04-09 23:03:35 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-04-09 23:05:32 +0200 |
commit | 68d6b829402592d2d7a00e6e7b5013077aaa745c (patch) | |
tree | 445ba11b0129fdc1df294c2d517586a8e12bd069 /src/utils | |
parent | 79b24d7eb5b729c000cce1b56ee1a64d914b9d4e (diff) | |
download | biboumi-68d6b829402592d2d7a00e6e7b5013077aaa745c.tar.gz biboumi-68d6b829402592d2d7a00e6e7b5013077aaa745c.tar.bz2 biboumi-68d6b829402592d2d7a00e6e7b5013077aaa745c.tar.xz biboumi-68d6b829402592d2d7a00e6e7b5013077aaa745c.zip |
Properly handle multiline topics
fix #3254
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/string.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/string.hpp b/src/utils/string.hpp index 84ba101..071ce2c 100644 --- a/src/utils/string.hpp +++ b/src/utils/string.hpp @@ -6,5 +6,3 @@ bool to_bool(const std::string& val); std::vector<std::string> cut(const std::string& val, const std::size_t size); - - |