View | Details | Raw Unified | Return to bug 54482
Collapse All | Expand All

(-)main.c (-1 / +1 lines)
Lines 757-763 Link Here
757
  
757
  
758
  if((argc == 2) && (argv[1][0] != '-')) {
758
  if((argc == 2) && (argv[1][0] != '-')) {
759
    /* Options specified on a configuration file */
759
    /* Options specified on a configuration file */
760
    FILE *fd = fopen(argv[optind], "r");
760
    FILE *fd = fopen(argv[optind] + 1, "r");
761
761
762
    if(fd != NULL) {
762
    if(fd != NULL) {

Return to bug 54482