From fd6e2e2b6ccb5474df022d76c9b9c23508ba787d Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Tue, 9 Jul 2013 06:19:35 +0000 Subject: 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 --- libpcsxcore/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/misc.c') diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c index 47c8f85e..750b54e8 100755 --- a/libpcsxcore/misc.c +++ b/libpcsxcore/misc.c @@ -483,7 +483,7 @@ int Load(const char *ExePath) { break; case INVALID_EXE: - SysPrintf(_("This file does not appear to be a valid PSX file.\n")); + SysPrintf("%s", _("This file does not appear to be a valid PSX file.\n")); retval = -1; break; } -- cgit v1.2.3