win32: fix bug in cflash configuration
This commit is contained in:
parent
3411a9c9ca
commit
961264bd1b
|
@ -2133,6 +2133,7 @@ int _main()
|
||||||
|
|
||||||
if(CFlashFileMode==ADDON_CFLASH_MODE_Path)
|
if(CFlashFileMode==ADDON_CFLASH_MODE_Path)
|
||||||
{
|
{
|
||||||
|
CFlash_Path = CFlashPath;
|
||||||
CFlash_Mode = ADDON_CFLASH_MODE_Path;
|
CFlash_Mode = ADDON_CFLASH_MODE_Path;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue