This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix si_names context debugging names
authorDavid Mitchell <davem@iabyn.com>
Wed, 24 Jun 2015 07:57:41 +0000 (08:57 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 24 Jun 2015 07:57:41 +0000 (08:57 +0100)
commit00898ccb9b2b100177f631efc1c8235eb9850fc7
tree6957dccde91b51d6a21443738bdbcb3c07e034fe
parent483448773198a34339142b6d3cd598c3e83c72d2
fix si_names context debugging names

I recently added a new context stack type, MULTICALL. The table
si_names[], which contains the stack type names to display with
-Dsv a new label added, "MULTICALL", but the previous label didn't
have a comma after it, so the two labels were actually being concatenated.

Spotted by Coverity
deb.c