fix app_path

This commit is contained in:
Daniel Larimer 2014-02-15 01:29:21 -05:00
parent 0ecd66fa73
commit 00907d8f57

View file

@ -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"; }();