From 940e22fd81af29dee6c07e413de1b446a21712b0 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Thu, 12 Apr 2012 11:14:46 -0400 Subject: Fix OSX build errors. --- src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.cpp') diff --git a/src/util.cpp b/src/util.cpp index 91f1810ea6..5579a09351 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -805,7 +805,7 @@ boost::filesystem::path GetDefaultDataDir() pathRet = fs::path(pszHome); #ifdef MAC_OSX // Mac - pathRet /= "Library" / "Application Support"; + pathRet /= "Library/Application Support"; filesystem::create_directory(pathRet); return pathRet / "Bitcoin"; #else -- cgit v1.2.3