diff options
Diffstat (limited to 'tools.cpp')
-rw-r--r-- | tools.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -114,6 +114,7 @@ namespace vdrlive { { if (input.length() <= maxLen) { + truncated = false; return input; } truncated = true; |