Changeset 5c1393d
- Timestamp:
- Dec 24, 2003, 7:50:22 PM (19 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- fc57e84
- Parents:
- 40458b9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r40458b9 r5c1393d 3 3 2.1.1-pre-3 4 4 Filters of filters now work. 5 Removed the "possibly not readable" part of the config parsing 6 error 5 7 6 8 2.1.1-pre-2 -
owl.c
rc3acb0b r5c1393d 277 277 endwin(); 278 278 owl_function_error("Error parsing configfile\n"); 279 fprintf(stderr, "\nError parsing configfile. Possibly exists but not readable.(%s)\n", perlerr);279 fprintf(stderr, "\nError parsing configfile. (%s)\n", perlerr); 280 280 fflush(stderr); 281 printf("\nError parsing configfile. Possibly exists but not readable.(%s)\n", perlerr);281 printf("\nError parsing configfile. (%s)\n", perlerr); 282 282 fflush(stdout); 283 283 exit(1);
Note: See TracChangeset
for help on using the changeset viewer.