aboutsummaryrefslogtreecommitdiffstats
path: root/macos.c
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2015-10-13 11:34:26 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-10-13 11:34:26 -0700
commit8d2d7cd4a35c0fd7eeabaa8e05e572f2d3faac4c (patch)
tree399eab936c930d858a722331e998316e701f4b31 /macos.c
parent7b51a4c1bee4db3bdd52b3706c86ef96e68e1c70 (diff)
downloadsubsurface-8d2d7cd4a35c0fd7eeabaa8e05e572f2d3faac4c.tar.gz
This patch reverts commit 50421f1f.
Expose subsurface_mkdir() in qthelper.h as main.cpp already includes it. Once 'default_directory' is obtained call subsurface_mkdir() on it. subsurface_mkdir() will not throw an error if the directory exists according to the QDir documentation. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'macos.c')
-rw-r--r--macos.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/macos.c b/macos.c
index ece7c83a1..aa2be4b3b 100644
--- a/macos.c
+++ b/macos.c
@@ -56,8 +56,6 @@ static const char *system_default_path_append(const char *append)
memset(buffer, 0, len);
strcat(buffer, home);
strcat(buffer, path);
- // make sure this path exists
- subsurface_mkdir(buffer);
if (append) {
strcat(buffer, "/");
strcat(buffer, append);