*** empty log message ***

svn path=/trunk/boinc/; revision=6237
This commit is contained in:
David Anderson 2005-05-24 08:18:42 +00:00
parent 47501371e6
commit 7a767b0e02
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ void SS_LOGIC::reset() {
// called 10X per second
//
void SS_LOGIC::poll(double now) {
ACTIVE_TASK* atp, *new_atp;
ACTIVE_TASK* atp, *new_atp=0;
GRAPHICS_MSG m;
static double last_time=0;
static double ss_change_time = 0;