win32: fix bug in cflash configuration

This commit is contained in:
zeromus 2009-11-04 07:47:38 +00:00
parent 3411a9c9ca
commit 961264bd1b
1 changed files with 1 additions and 0 deletions

View File

@ -2133,6 +2133,7 @@ int _main()
if(CFlashFileMode==ADDON_CFLASH_MODE_Path)
{
CFlash_Path = CFlashPath;
CFlash_Mode = ADDON_CFLASH_MODE_Path;
}
else