From 00907d8f5779ae638b9b67628258797dc9216ef6 Mon Sep 17 00:00:00 2001 From: Daniel Larimer Date: Sat, 15 Feb 2014 01:29:21 -0500 Subject: [PATCH] fix app_path --- src/filesystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filesystem.cpp b/src/filesystem.cpp index 9448016..9d33849 100644 --- a/src/filesystem.cpp +++ b/src/filesystem.cpp @@ -398,7 +398,7 @@ namespace fc { return p; } - const fc::path& app_dir() + const fc::path& app_path() { #ifdef __APPLE__ static fc::path appdir = [](){ return home_path() / "Library" / "Application Support"; }();