Previously contained the code:
authorDan Harkless <dan@harkless.org>
Fri, 16 Jul 1999 01:16:08 +0000 (01:16 +0000)
committerDan Harkless <dan@harkless.org>
Fri, 16 Jul 1999 01:16:08 +0000 (01:16 +0000)
commit9616cec52fff44e9ca53e287f6ee74b37d0d4f3b
tree00cb449092741e5755e80fdbf1c67ea71ec1f155
parent13d528f11ebbe35544897590a4973e90d9b2f55e
Previously contained the code:

if (numburst == 0)
    if (!quietsw)
admonish (NULL, "message %d not in digest format",
  msgnum);
else
    adios (NULL, "burst() botch -- you lose big");

If the indentation is to be believed, this is a bug.  I trusted the indentation
and added {}s around the inner if().
uip/burst.c