Corrected an error introduced in yesterday's commits by a combination

of a syntax cleanup and an incorrect declaration.  See github issue
This commit is contained in:
Tim Edwards 2024-10-10 15:27:52 -04:00
parent d0eb5349a5
commit 0864f8b728
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.3.496
8.3.497

View File

@ -826,7 +826,7 @@ DRCTechLine(sectionName, argc, argv)
if (DRCStyleList == NULL)
{
char *locargv[2][10] = {{"style"}, {"default"}};
char *locargv[2] = {"style", "default"};
if (DRCTechLine(sectionName, 2, locargv) == FALSE)
return FALSE;