From 5104b7643965f83fdf8c7c20123c690080f94714 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 7 Jan 2008 22:04:54 +0000 Subject: [PATCH] - XML fix in backend lib svn path=/trunk/boinc/; revision=14482 --- checkin_notes | 6 ++++++ tools/backend_lib.C | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index f2f2e33001..6ec89c6391 100644 --- a/checkin_notes +++ b/checkin_notes @@ -142,3 +142,9 @@ David Jan 7 2007 html/inc/ countries.inc + +David Jan 7 2007 + - XML fix in backend lib + + tools/ + backend_lib.C diff --git a/tools/backend_lib.C b/tools/backend_lib.C index 69e1d866b5..07900afae3 100644 --- a/tools/backend_lib.C +++ b/tools/backend_lib.C @@ -206,7 +206,7 @@ static int process_wu_template( sprintf(buf, " %s\n" " \n" - "/n", + "\n", infiles[file_number] ); } else {