Diff for /libwww/Library/src/HTDescpt.c between versions 2.4 and 2.5

version 2.4, 1995/09/12 23:38:26 version 2.5, 1995/10/15 03:25:59
Line 52  PUBLIC HTList * HTReadDescriptions ARGS1 Line 52  PUBLIC HTList * HTReadDescriptions ARGS1
         FREE(name);          FREE(name);
         return NULL;          return NULL;
     } else {      } else {
         if (TRACE)          if (WWWTRACE)
             fprintf(TDEST, "DirBrowse... Description file found %s\n", name);              fprintf(TDEST, "DirBrowse... Description file found %s\n", name);
     }      }
   

Removed from v.2.4  
changed lines
  Added in v.2.5


Webmaster