summaryrefslogtreecommitdiff
path: root/lib/demo.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/demo.c')
-rw-r--r--lib/demo.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/demo.c b/lib/demo.c
index 347cabf..9d44526 100644
--- a/lib/demo.c
+++ b/lib/demo.c
@@ -470,6 +470,11 @@ int main(int argc, char** argv)
cEpgConfig::logstdout = yes;
cEpgConfig::loglevel = 2;
+ char* str = strdup("https://cellular.images.dvbdata.com:1234/4998510/4998510/320x240.jpg");
+ replaceChars(str, "<>:\"/\\:|?*", '_');
+ tell(0, "%s", str);
+ free(str);
+
const char* path = "/etc/epgd/epg.dat";
if (argc > 1)