From f2011aff5b28d3e4a33f7d50038afc572706ac9a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 21 Oct 2004 22:53:41 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4384 --- checkin_notes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index e3583b87fa..16f563d9f0 100755 --- a/checkin_notes +++ b/checkin_notes @@ -18725,10 +18725,12 @@ Rom 21 Oct 2004 (boinc) boinc_core_release_4_50 David 21 Oct 2004 - - compile fix + - compile fixes To initialize a char[256], use strcpy(x, ""), not x[0] = NULL. client/ app_control.C + clientgui/ + ViewProjects.cpp lib/ gui_rpc_client.C