diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-09 06:19:35 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-09 06:19:35 +0000 |
| commit | fd6e2e2b6ccb5474df022d76c9b9c23508ba787d (patch) | |
| tree | 2f90db9624e789e0169659bad1f165e5a34f21db /libpcsxcore/psxmem.c | |
| parent | 302832eabec2f062591162840da9dbe9a127f780 (diff) | |
| download | pcsxr-fd6e2e2b6ccb5474df022d76c9b9c23508ba787d.tar.gz | |
Fix some minor warnings on SysPrintf and SysMessage use in libpcsxcore.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85929 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/psxmem.c')
| -rwxr-xr-x | libpcsxcore/psxmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/psxmem.c b/libpcsxcore/psxmem.c index 194fd06d..285eaf67 100755 --- a/libpcsxcore/psxmem.c +++ b/libpcsxcore/psxmem.c @@ -75,7 +75,7 @@ int psxMemInit() { if (psxMemRLUT == NULL || psxMemWLUT == NULL || psxM == NULL || psxP == NULL || psxH == NULL) { - SysMessage(_("Error allocating memory!")); + SysMessage("%s", _("Error allocating memory!")); return -1; } |
