Changeset 2465 for neercs/trunk/src/configuration.c
- Timestamp:
- Jun 20, 2008, 2:39:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/configuration.c
r2464 r2465 234 234 } 235 235 } 236 237 236 cur[o] = 0; 238 237 option->value = cur; 239 240 241 238 return 0; 242 239 } … … 284 281 { 285 282 screen_list->screensaver_timeout = atoi(option->value) * 1000000; 283 /* if timeout is 0, set it to 0xFFFFFFFFFFFFFFFF */ 286 284 if(!screen_list->screensaver_timeout) screen_list->screensaver_timeout-=1; 287 285 } else
Note: See TracChangeset
for help on using the changeset viewer.