Changeset 809 for trunk/core/conf.c
- Timestamp:
- 09/27/09 01:27:16 (4 years ago)
- File:
-
- 1 edited
-
trunk/core/conf.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/conf.c
r760 r809 565 565 conf_load_defaults(); 566 566 567 if( stat(CONF_FILE,&st) != 0 &&st.st_size < sizeof(int))567 if( stat(CONF_FILE,&st) != 0 || st.st_size < sizeof(int)) 568 568 return; 569 569
Note: See TracChangeset
for help on using the changeset viewer.