summaryrefslogtreecommitdiff
path: root/macosx/Plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Plugin.c')
-rwxr-xr-xmacosx/Plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Plugin.c b/macosx/Plugin.c
index 02951613..691af379 100755
--- a/macosx/Plugin.c
+++ b/macosx/Plugin.c
@@ -95,7 +95,7 @@ int _OpenPlugins() {
strcpy(info.EmuName, "PCSX " PACKAGE_VERSION);
strncpy(info.CdromID, CdromId, 9);
- strncpy(info.CdromLabel, CdromLabel, 9);
+ strncpy(info.CdromLabel, CdromLabel, 11);
info.psxMem = psxM;
info.GPU_showScreenPic = GPU_showScreenPic;
info.GPU_displayText = GPU_displayText;