summaryrefslogtreecommitdiff
path: root/lib/cdutils.cpp
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-10-26 17:17:17 -0700
committerPixel <pixel@nobis-crew.org>2009-10-26 17:17:17 -0700
commit3a14aad219a6e254d96cea7dbb782323f93e2da3 (patch)
tree7d98b99cb5e7d90488a843d61bcef4ebbdbccd1a /lib/cdutils.cpp
parent34a415215a1a58f2777e1edae67255e9b45baa51 (diff)
parentceebadeefd68d37a680f1fa173d4a1f564538acc (diff)
Merge branch 'master' of ssh+git://git.grumpycoder.net/pub/repo.git/PSX-Bundle
Diffstat (limited to 'lib/cdutils.cpp')
-rw-r--r--lib/cdutils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cdutils.cpp b/lib/cdutils.cpp
index 36032fd..bcb976c 100644
--- a/lib/cdutils.cpp
+++ b/lib/cdutils.cpp
@@ -97,7 +97,7 @@ Handle * cdutils::open_ppf(String ppf, String comment) throw (GeneralException)
if (l >= 50) {
ppf_file->write(comment.to_charp(), 50);
} else {
- char * t = " ";
+ const char * t = " ";
ppf_file->write(comment.to_charp(), l);
for (i = l; i < 50; i++) {
ppf_file->write(t, 1);