One more bug fix. . . unitialized variable error.

This commit is contained in:
Tim Edwards 2020-03-27 12:47:24 -04:00
parent 5ea7916ff1
commit d985ea340e
1 changed files with 1 additions and 1 deletions

View File

@ -1738,7 +1738,7 @@ nextinst:
// Net is bit-sliced across array of instances.
if (wb.start > wb.end) {
char *bptr, *cptr, cchar, *netname;
char *bptr, *cptr = NULL, cchar, *netname;
unsigned char is_bundle = 0;
struct bus wbb;