summaryrefslogtreecommitdiff
path: root/tools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools.cpp')
-rw-r--r--tools.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools.cpp b/tools.cpp
index bda91f0..e8589d7 100644
--- a/tools.cpp
+++ b/tools.cpp
@@ -114,6 +114,7 @@ namespace vdrlive {
{
if (input.length() <= maxLen)
{
+ truncated = false;
return input;
}
truncated = true;