Fix issue found in a VC symbols build
This commit is contained in:
parent
bff64f162c
commit
9e622cfcf3
|
@ -454,7 +454,7 @@ static int SelListMake()
|
|||
|
||||
// Find the parent and add a branch to the tree
|
||||
if (!TvItem.hParent) {
|
||||
char szTempName[9];
|
||||
char szTempName[32];
|
||||
strcpy(szTempName, BurnDrvGetTextA(DRV_PARENT));
|
||||
int nTempBurnDrvSelect = nBurnDrvActive;
|
||||
for (j = 0; j < nBurnDrvCount; j++) {
|
||||
|
|
Loading…
Reference in New Issue