mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2544
This commit is contained in:
parent
f62be63ddb
commit
915f506c93
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue