Changeset 5c1393d


Ignore:
Timestamp:
Dec 24, 2003, 7:50:22 PM (20 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
fc57e84
Parents:
40458b9
Message:
Removed the "possibly not readable" part of the config parsing error
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r40458b9 r5c1393d  
    332.1.1-pre-3
    44        Filters of filters now work.
     5        Removed the "possibly not readable" part of the config parsing
     6          error
    57       
    682.1.1-pre-2
  • owl.c

    rc3acb0b r5c1393d  
    277277    endwin();
    278278    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);
    280280    fflush(stderr);
    281     printf("\nError parsing configfile.  Possibly exists but not readable. (%s)\n", perlerr);
     281    printf("\nError parsing configfile. (%s)\n", perlerr);
    282282    fflush(stdout);
    283283    exit(1);
Note: See TracChangeset for help on using the changeset viewer.