mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3097
This commit is contained in:
parent
41d13e9e61
commit
3125451160
|
@ -626,7 +626,9 @@ int handle_results(
|
|||
parse_int(result.stderr_out, "<app_version>", result.app_version_num);
|
||||
|
||||
// look for exit status in stderr_out
|
||||
// TODO: return it separately
|
||||
// exit_status is now returned separately
|
||||
// This line should be unused in older core clients.
|
||||
// This line can be safely deleted later
|
||||
//
|
||||
parse_int(result.stderr_out, "<exit_status>", result.exit_status);
|
||||
|
||||
|
|
Loading…
Reference in New Issue