summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager/helpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vdr-vdrmanager/helpers.cpp')
-rw-r--r--vdr-vdrmanager/helpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdr-vdrmanager/helpers.cpp b/vdr-vdrmanager/helpers.cpp
index 86ef3e2..f806c5f 100644
--- a/vdr-vdrmanager/helpers.cpp
+++ b/vdr-vdrmanager/helpers.cpp
@@ -498,7 +498,7 @@ string cHelpers::ToText(cRecording * recording) {
result += info->ChannelID().ToString();
result += ":";
- sprintf(buf, "%lu", RecordingLengthInSeconds(recording));
+ sprintf(buf, "%d", RecordingLengthInSeconds(recording));
result += buf;
result += "\r\n";