Changeset 2587 for neercs/trunk/src/configuration.c
- Timestamp:
- Jul 27, 2008, 1:06:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/configuration.c
r2500 r2587 33 33 char *buffer = NULL; 34 34 35 screen_list->config = NULL; 36 35 37 /* Check if file exist */ 36 38 if(stat(filename, &st) < 0) … … 69 71 fclose(fp); 70 72 71 screen_list->config = NULL;72 73 i=0; 73 74
Note: See TracChangeset
for help on using the changeset viewer.