From 915f506c933cd3df9201b0f9326e3ed11c14a3d2 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 22 Oct 2003 18:39:23 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2544 --- checkin_notes | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/checkin_notes b/checkin_notes index b2b36a8373..bbbdd82a97 100755 --- a/checkin_notes +++ b/checkin_notes @@ -6992,12 +6992,18 @@ Karl 2003-10-21 - Astropulse client release 2.06 +David 22 Oct 2003 + - trunc_stderr_stdout() had a typo: it never truncated stdout.txt + + client/ + cs_files.C + David 22 Oct 2003 - fixed bug that caused project disk usage to be reported as zero - - Added debugging printfs (enabled by #define DEBUG) to wingui_mainwindow.cpp. - These write to C:/temp/core.txt. - - In CMyApp::InitInstance(), changed 2nd arg of CreateMutex from false to true. - This matches "1 instance" code samples from web. + - Added debugging printfs (enabled by #define DEBUG) + to wingui_mainwindow.cpp. These write to C:/temp/core.txt. + - In CMyApp::InitInstance(), changed 2nd arg of CreateMutex + from false to true. This matches "1 instance" code samples from web. Thought it might fix startup bug - no. - Added debugging printfs (enabled by #define DEBUG) into screensaver; causes it to write info to C:/temp/boinc_scr.txt