diff --git a/VERSION b/VERSION index 003fdb36..76b8cff1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.213 +8.3.214 diff --git a/ext2spice/ext2spice.c b/ext2spice/ext2spice.c index 533e6459..57e97c5b 100644 --- a/ext2spice/ext2spice.c +++ b/ext2spice/ext2spice.c @@ -1850,7 +1850,7 @@ topVisit(def, doStub) tchars = 1; } fprintf(esSpiceF, " %s", sorted_ports[portorder]); - tchars += strlen(pname) + 1; + tchars += strlen(sorted_ports[portorder]) + 1; freeMagic(sorted_ports[portorder]); }