From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 1667 invoked from network); 20 Feb 2021 22:55:38 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 20 Feb 2021 22:55:38 -0000 Received: from wopr.sciops.net ([216.126.196.60]) by 1ess; Sat Feb 20 17:46:23 -0500 2021 Received: (qmail 56997 invoked by uid 1001); 20 Feb 2021 14:46:12 -0800 Date: Sat, 20 Feb 2021 14:46:12 -0800 From: Kurt H Maier To: 9front@9front.org Message-ID: Mail-Followup-To: 9front@9front.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="TsjU9Ene0siRCnO9" Content-Disposition: inline List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: content-driven XMPP database plugin lifecycle control Subject: [9front] patch from josuah for upas/send/filter.c Reply-To: 9front@9front.org Precedence: bulk --TsjU9Ene0siRCnO9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline josuah on irc sent a patch, I wanted to make sure it got noticed. khm --TsjU9Ene0siRCnO9 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="patch.diff" --- /sys/src/cmd/upas/send/filter.c Sat Oct 5 02:35:28 2019 +++ filter.c Sat Feb 20 23:33:14 2021 @@ -26,7 +26,7 @@ int refuse(dest*, message *, char *cp, int, int) { - fprint(2, "%s", cp); + fprint(2, "%s\n", cp); exits("error"); return 0; } --TsjU9Ene0siRCnO9--