*** empty log message ***

svn path=/trunk/boinc/; revision=2544
This commit is contained in:
David Anderson 2003-10-22 18:39:23 +00:00
parent f62be63ddb
commit 915f506c93
1 changed files with 10 additions and 4 deletions

View File

@ -6992,12 +6992,18 @@ Karl 2003-10-21
- Astropulse client release 2.06 - 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 David 22 Oct 2003
- fixed bug that caused project disk usage to be reported as zero - fixed bug that caused project disk usage to be reported as zero
- Added debugging printfs (enabled by #define DEBUG) to wingui_mainwindow.cpp. - Added debugging printfs (enabled by #define DEBUG)
These write to C:/temp/core.txt. to wingui_mainwindow.cpp. These write to C:/temp/core.txt.
- In CMyApp::InitInstance(), changed 2nd arg of CreateMutex from false to true. - In CMyApp::InitInstance(), changed 2nd arg of CreateMutex
This matches "1 instance" code samples from web. from false to true. This matches "1 instance" code samples from web.
Thought it might fix startup bug - no. Thought it might fix startup bug - no.
- Added debugging printfs (enabled by #define DEBUG) into screensaver; - Added debugging printfs (enabled by #define DEBUG) into screensaver;
causes it to write info to C:/temp/boinc_scr.txt causes it to write info to C:/temp/boinc_scr.txt