From e15e2b2d8c94a0515d32f15df524ed4a71259b20 Mon Sep 17 00:00:00 2001 From: "crediar@rypp.net" Date: Fri, 20 Jul 2012 12:50:27 +0000 Subject: [PATCH] typo git-svn-id: svn://localhost/Users/andi/Downloads/code/trunk@22 be6c1b03-d731-4111-a574-e37d80d43941 --- Patches.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Patches.c b/Patches.c index 07a1a5f..0dda486 100644 --- a/Patches.c +++ b/Patches.c @@ -887,7 +887,7 @@ void DoPatches( char *ptr, u32 size, u32 SectionOffset ) if( FPatterns[j].Patch == (u8*)DVDGetDriveStatus ) { - if( !ConfigGetConfig( DML_CFG_BOOT_NODISC ) ) + if( !ConfigGetConfig( DML_CFG_NODISC ) ) break; }