[Scummvm-cvs-logs] scummvm master -> 95a6098f672191dc0792bd4f9bfa18706bbe8e3a

fingolfin max at quendi.de
Tue May 3 23:07:32 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
95a6098f67 PS2: Allow using mkdir


Commit: 95a6098f672191dc0792bd4f9bfa18706bbe8e3a
    https://github.com/scummvm/scummvm/commit/95a6098f672191dc0792bd4f9bfa18706bbe8e3a
Author: Max Horn (max at quendi.de)
Date: 2011-05-03T14:05:45-07:00

Commit Message:
PS2: Allow using mkdir

Changed paths:
    backends/platform/ps2/savefilemgr.cpp



diff --git a/backends/platform/ps2/savefilemgr.cpp b/backends/platform/ps2/savefilemgr.cpp
index 010357c..459920c 100644
--- a/backends/platform/ps2/savefilemgr.cpp
+++ b/backends/platform/ps2/savefilemgr.cpp
@@ -24,6 +24,7 @@
  */
 
 #define FORBIDDEN_SYMBOL_EXCEPTION_printf
+#define FORBIDDEN_SYMBOL_EXCEPTION_mkdir
 #define FORBIDDEN_SYMBOL_EXCEPTION_unistd_h
 
 #include "common/config-manager.h"






More information about the Scummvm-git-logs mailing list