summaryrefslogtreecommitdiff
path: root/libcore/helpers.c
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-07-11 13:28:19 +0200
committerlouis <louis.braun@gmx.de>2015-07-11 13:28:19 +0200
commitbffafedbd3474901f005b43e3ddf37eef7752e9f (patch)
tree384063b2413fd5a349b6d2a0358904e8f1e35c10 /libcore/helpers.c
parent9611291e38d29459201ab13d090be87c0ad82928 (diff)
downloadvdr-plugin-skindesigner-bffafedbd3474901f005b43e3ddf37eef7752e9f.tar.gz
vdr-plugin-skindesigner-bffafedbd3474901f005b43e3ddf37eef7752e9f.tar.bz2
changed skinrepository from static file to github repository
Diffstat (limited to 'libcore/helpers.c')
-rw-r--r--libcore/helpers.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libcore/helpers.c b/libcore/helpers.c
index 6af7bcb..9fb0bdf 100644
--- a/libcore/helpers.c
+++ b/libcore/helpers.c
@@ -152,9 +152,7 @@ bool FirstFileInFolder(string &path, string &extension, string &fileName) {
void CreateFolder(string &path) {
cString command = cString::sprintf("mkdir -p %s", path.c_str());
int ok = system(*command);
- if (!ok) {
- esyslog("skindesigner: error creating folder %s", path.c_str());
- }
+ if (!ok) {}
}
// trim from start