9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] patch from josuah for upas/send/filter.c
@ 2021-02-20 22:46 Kurt H Maier
  2021-02-20 23:27 ` ori
  0 siblings, 1 reply; 2+ messages in thread
From: Kurt H Maier @ 2021-02-20 22:46 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 72 bytes --]

josuah on irc sent a patch, I wanted to make sure it got noticed.

khm


[-- Attachment #2: patch.diff --]
[-- Type: text/x-diff, Size: 254 bytes --]

--- /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;
 }



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-20 23:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-20 22:46 [9front] patch from josuah for upas/send/filter.c Kurt H Maier
2021-02-20 23:27 ` ori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).