From 9de7bcb650472b082fe4202652ecdd0d35c58c8e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 9 Mar 2009 20:36:22 +0000 Subject: [PATCH] - compile fix svn path=/trunk/boinc/; revision=17566 --- client/app_start.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/app_start.cpp b/client/app_start.cpp index 844d2bf985..41d92f229c 100644 --- a/client/app_start.cpp +++ b/client/app_start.cpp @@ -133,8 +133,8 @@ static void coproc_cmdline( for (j=0; jcount; j++) { if (coproc->owner[j]) { bool found = false; - for (k=0; k<(int)tasks_using_coproc.size(); k++) { - if (coproc->owner[j] == tasks_using_coproc[k]) { + for (i=0; iowner[j] == tasks_using_coproc[i]) { found = true; break; }