Index: client/client_state.cpp
===================================================================
--- client/client_state.cpp     (revision 19189)
+++ client/client_state.cpp     (working copy)
@@ -265,7 +265,7 @@
             msg_printf(NULL, MSG_INFO, descs[i].c_str());
         }
         if (log_flags.coproc_debug) {
-            for (i=0; i<descs.size(); i++) {
+            for (i=0; i<warnings.size(); i++) {
                 msg_printf(NULL, MSG_INFO, warnings[i].c_str());
             }
         }

Regards

Clive
-- 
Clive Messer <[email protected]>
_______________________________________________
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.

Reply via email to