changeset 2454:3f27317b6fd0 draft

Fix osx build
author Gavin Andresen <gavinandresen@gmail.com>
date Wed, 09 May 2012 13:56:53 -0400
parents 8aca668fcae1
children f9f7528c0980 0e5f1c59ca85 4dafe54ef012
files src/makefile.osx src/util.cpp
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/makefile.osx
+++ b/src/makefile.osx
@@ -65,7 +65,7 @@
 endif
 
 # ppc doesn't work because we don't support big-endian
-CFLAGS += -Wall -Wextra -Wformat -Wformat-security -Wno-unused-paramter \
+CFLAGS += -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter \
     $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS)
 
 OBJS= \
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -819,7 +819,7 @@
 #ifdef MAC_OSX
     // Mac
     pathRet /= "Library/Application Support";
-    filesystem::create_directory(pathRet);
+    fs::create_directory(pathRet);
     return pathRet / "Bitcoin";
 #else
     // Unix