Changeset 17011


Ignore:
Timestamp:
07/07/12 17:01:34 (12 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/rectimer.h

    r16998 r17011  
    396396        //on first start read rectimer
    397397        if(self->delay == 1000)
     398        {
     399                self->delay = 10000;
    398400                readrectimer(getconfig("rectimerfile", NULL));
    399         self->delay = 10000;
     401        }
    400402
    401403        m_lock(&status.rectimermutex, 1);
Note: See TracChangeset for help on using the changeset viewer.