Diff for /embedaddon/libxml2/catalog.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:37:58 version 1.1.1.2, 2013/07/22 01:22:19
Line 1407  xmlFetchXMLCatalogFile(xmlCatalogEntryPtr catal) { Line 1407  xmlFetchXMLCatalogFile(xmlCatalogEntryPtr catal) {
         return(-1);          return(-1);
     if (catal->URL == NULL)      if (catal->URL == NULL)
         return(-1);          return(-1);
     if (catal->children != NULL)  
         return(-1);  
   
     /*      /*
      * lock the whole catalog for modification       * lock the whole catalog for modification

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>