Diff for /libwww/Robot/src/HTRobot.c between versions 1.72 and 1.73

version 1.72, 1998/08/29 16:49:58 version 1.73, 1998/08/29 19:59:17
Line 1725  int main (int argc, char ** argv) Line 1725  int main (int argc, char ** argv)
     /* Rule file specified? */      /* Rule file specified? */
     if (mr->rules) {      if (mr->rules) {
         char * rules = HTParse(mr->rules, mr->cwd, PARSE_ALL);          char * rules = HTParse(mr->rules, mr->cwd, PARSE_ALL);
         if (!HTLoadRules(rules))          if (!HTLoadRulesAutomatically(rules))
             if (SHOW_REAL_QUIET(mr)) HTTrace("Can't access rules\n");              if (SHOW_REAL_QUIET(mr)) HTTrace("Can't access rules\n");
         HT_FREE(rules);          HT_FREE(rules);
     }      }

Removed from v.1.72  
changed lines
  Added in v.1.73


Webmaster