From f6c2662d59fed37b760fb86f4d5c951762c1d5ed Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Mon, 20 May 2002 19:31:31 +0000
Subject: [PATCH] Uses Baja printfile function instead of printfile_str, so
 @-codes are supported.

---
 exec/bullseye.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/bullseye.src b/exec/bullseye.src
index e0eca9c15e..b8feeeaa93 100644
--- a/exec/bullseye.src
+++ b/exec/bullseye.src
@@ -65,7 +65,7 @@ if_true	# not end of file
 		if_true
 			exec_bin typehtml
 		else
-			printfile_str
+			printfile str 0
 			end_if
 		sprintf str "Node %d %s viewed bulletin #%d: %s" _node_num _useron.alias i fname
 		print_local "%s"
-- 
GitLab