mirror of https://github.com/BOINC/boinc.git
Merge branch 'charlie/master' into master
Conflicts: checkin_notes
This commit is contained in:
commit
02213ba568
|
@ -6257,6 +6257,12 @@ Charlie 18 Oct 2012
|
|||
lib/
|
||||
gui_rpc_client_ops.cpp
|
||||
|
||||
Charlie 18 Oct 2012
|
||||
- lib: don't clear entire APP_VERSION struct in APP_VERSION::parse_coproc().
|
||||
|
||||
lib/
|
||||
gui_rpc_client_ops.cpp
|
||||
|
||||
Rom 19 Oct 2012
|
||||
- Add missing references to psapi.lib for various build configurations.
|
||||
|
||||
|
|
|
@ -478,7 +478,6 @@ APP_VERSION::~APP_VERSION() {
|
|||
}
|
||||
|
||||
int APP_VERSION::parse_coproc(XML_PARSER& xp) {
|
||||
memset(this, 0, sizeof(APP_VERSION));
|
||||
while (!xp.get_tag()) {
|
||||
if (xp.match_tag("/coproc")) {
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue