Changeset 30722


Ignore:
Timestamp:
10/26/14 17:41:15 (8 years ago)
Author:
gost
Message:

[titan] test checkboxstart function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/rectimer.h

    r30663 r30722  
    463463        if(self->delay == 1000)
    464464        {
     465                ret = 5;
     466                while(self->aktion != STOP && ret != 0)
     467                {
     468                        usleep(1 * 1000000);
     469                        ret = ret - 1;
     470                }
     471                ret = 0;
    465472                readrectimer(getconfig("rectimerfile", NULL));
    466473                checkboxstart();
Note: See TracChangeset for help on using the changeset viewer.