aboutsummaryrefslogtreecommitdiff
path: root/common/savefile.cpp
diff options
context:
space:
mode:
authorChris Apers2005-09-03 16:12:52 +0000
committerChris Apers2005-09-03 16:12:52 +0000
commitc6c22db6ae8302416d80ae0d3e19549f047e23b3 (patch)
tree5be3ef3dcab2e1859a11c260c3fcc79ff02c26f2 /common/savefile.cpp
parent1dc00deb561e7eaf8654924fa4698cd9faed8405 (diff)
downloadscummvm-rg350-c6c22db6ae8302416d80ae0d3e19549f047e23b3.tar.gz
scummvm-rg350-c6c22db6ae8302416d80ae0d3e19549f047e23b3.tar.bz2
scummvm-rg350-c6c22db6ae8302416d80ae0d3e19549f047e23b3.zip
Change PalmOS ident
svn-id: r18746
Diffstat (limited to 'common/savefile.cpp')
-rw-r--r--common/savefile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/savefile.cpp b/common/savefile.cpp
index b3f888dfe7..193748d25d 100644
--- a/common/savefile.cpp
+++ b/common/savefile.cpp
@@ -35,7 +35,7 @@ namespace Common {
const char *SaveFileManager::getSavePath() const {
-#if defined(__PALM_OS__) || defined(__PSP__)
+#if defined(PALMOS_MODE) || defined(__PSP__)
return SCUMMVM_SAVEPATH;
#else
@@ -161,7 +161,7 @@ static void join_paths(const char *filename, const char *directory,
if (buf[dirLen-1] != ':' && buf[dirLen-1] != '/')
#endif
-#if !defined(__GP32__) && !defined(__PALM_OS__)
+#if !defined(__GP32__) && !defined(PALMOS_MODE)
strncat(buf, "/", bufsize-1); // prevent double /
#endif
}