summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorSocapex <philippe_groarke@yahoo.ca>2012-12-29 09:32:57 -0500
committerSocapex <philippe_groarke@yahoo.ca>2012-12-29 09:33:25 -0500
commitf4c2f2e5300c4504e555760094ad4929e2ed2d13 (patch)
treeb9431ecd8eba458422c6f2c4c417341fab0d3fe0 /src/utils
parentbdc83a287ea5a2ef1cdb676b025344dbac21cfe4 (diff)
downloadplus-f4c2f2e5300c4504e555760094ad4929e2ed2d13.tar.gz
plus-f4c2f2e5300c4504e555760094ad4929e2ed2d13.tar.bz2
plus-f4c2f2e5300c4504e555760094ad4929e2ed2d13.tar.xz
plus-f4c2f2e5300c4504e555760094ad4929e2ed2d13.zip
Minor physfswops fix (const char*)
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/physfsrwops.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/physfsrwops.cpp b/src/utils/physfsrwops.cpp
index 9ca3080a3..a52b072e3 100644
--- a/src/utils/physfsrwops.cpp
+++ b/src/utils/physfsrwops.cpp
@@ -176,7 +176,7 @@ SDL_RWops *PHYSFSRWOPS_makeRWops(PHYSFS_file *handle)
} /* PHYSFSRWOPS_makeRWops */
#ifdef __APPLE__
-static bool checkFilePath(char *fname)
+static bool checkFilePath(const char *fname)
{
if (!fname || !*fname)
return false;