From bffafedbd3474901f005b43e3ddf37eef7752e9f Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 11 Jul 2015 13:28:19 +0200 Subject: changed skinrepository from static file to github repository --- libcore/helpers.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libcore/helpers.c') 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 -- cgit v1.2.3