From: Ralph Corderoy Date: Wed, 17 May 2017 16:56:00 +0000 (+0100) Subject: uip/mhshowsbr.c: Increase buffer size for showing-content command. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/54fb590089a2bf43d7987861ba57acb17cebc150?ds=inline;hp=54fb590089a2bf43d7987861ba57acb17cebc150 uip/mhshowsbr.c: Increase buffer size for showing-content command. Experimenting with small BUFSIZ to try and trigger programs caused one test to fail because the code detected BUFSIZ was too small a string to hold the command to execute. Use NMH_BUFSIZ instead. ---