Diff for /libwww/Robot/src/HTRobot.c between versions 1.22 and 1.23

version 1.22, 1996/06/24 17:00:33 version 1.23, 1996/06/27 19:49:03
Line 614  int main (int argc, char ** argv) Line 614  int main (int argc, char ** argv)
         Cleanup(mr, -1);          Cleanup(mr, -1);
     }      }
   
       /* Testing that HTTrace is working */
       HTTrace ("Welcome to the W3C mini Robot\n");
   
     /* Rule file specified? */      /* Rule file specified? */
     if (mr->rules) {      if (mr->rules) {
         HTList * list = HTList_new();          HTList * list = HTList_new();

Removed from v.1.22  
changed lines
  Added in v.1.23


Webmaster