Changeset 22315
- Timestamp:
- 07/11/13 12:19:13 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/powerofftimer.h
r22312 r22315 205 205 } 206 206 } 207 207 if(rcret == getrcconfigint("rcsleep", NULL)) 208 208 { 209 209 if(minutes->ret != NULL) … … 211 211 int min = atoi(minutes->ret); 212 212 min += 30; 213 if(min > 999) min = 999;213 if(min > 180) min = 30; 214 214 char *tmpstr = NULL; 215 215 tmpstr = oitoa(min);
Note: See TracChangeset
for help on using the changeset viewer.