]> diplodocus.org Git - nmh/commitdiff
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)
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().


No differences found