summaryrefslogtreecommitdiff
path: root/source.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source.cpp')
-rw-r--r--source.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source.cpp b/source.cpp
index f3a866a..905e0d5 100644
--- a/source.cpp
+++ b/source.cpp
@@ -464,7 +464,7 @@ int cEPGSource::Execute(cEPGExecutor &myExecutor)
}
char *cmd=NULL;
- if (asprintf(&cmd,"%s %i '%s'",name,daysinadvance,pin ? pin : "")==-1)
+ if (asprintf(&cmd,"%s %i '%s' %i ",name,daysinadvance,pin ? pin : "",usepics)==-1)
{
esyslogs(this,"out of memory");
return 134;