Fix issue found in a VC symbols build

This commit is contained in:
Barry Harris 2012-01-26 20:23:45 +00:00
parent bff64f162c
commit 9e622cfcf3
1 changed files with 1 additions and 1 deletions

View File

@ -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++) {