I checked your change in.
Cheers,
--Charlie
On Apr 11, 2013, at 1:15 AM, Gianfranco Costamagna wrote:
> diff --git a/client/app_control.cpp b/client/app_control.cpp
> index c805ce4..2ae7c83 100644
> --- a/client/app_control.cpp
> +++ b/client/app_control.cpp
> @@ -215,8 +215,8 @@ static void kill_app_process(int pid, bool will_restart) {
> CloseHandle(h);
> #else
> static void kill_app_process(int pid, bool) {
> -#ifdef SANDBOX
> int retval = 0;
> +#ifdef SANDBOX
> retval = kill_via_switcher(pid);
> if (retval && log_flags.task_debug) {
> msg_printf(0, MSG_INFO,
>
> Please apply it ASAP :)
> "retval not declared at this scope" in line 228
>
>
> Gianfranco
>
> _______________________________________________
> boinc_dev mailing list
> [email protected]
> http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
> To unsubscribe, visit the above URL and
> (near bottom of page) enter your email address.
>
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.