From: Dan Harkless Date: Fri, 16 Jul 1999 01:16:08 +0000 (+0000) Subject: Previously contained the code: X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/9616cec52fff44e9ca53e287f6ee74b37d0d4f3b?ds=sidebyside;hp=9616cec52fff44e9ca53e287f6ee74b37d0d4f3b 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(). ---