From aaaf3199b1afd1e5f88f23ce40305a5df5455599 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Fri, 7 May 2010 09:57:50 +0000 Subject: more cleanups git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47556 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 5022d803..6d4b9e92 100644 --- a/libpcsxcore/misc.c +++ b/libpcsxcore/misc.c @@ -338,7 +338,7 @@ int CheckCdrom() { Config.PsxType = 1; // pal else Config.PsxType = 0; // ntsc } - + if (CdromLabel[0] == ' ') { strncpy(CdromLabel, CdromId, 9); } -- cgit v1.2.3