Diff for /XML/uri.c between versions 1.22 and 1.23

version 1.22, 2000/09/23 10:20:33 version 1.23, 2000/09/28 18:35:06
Line 1552  xmlBuildURI(const xmlChar *URI, const xm Line 1552  xmlBuildURI(const xmlChar *URI, const xm
         /*          /*
          * Ensure the path includes a '/'           * Ensure the path includes a '/'
          */           */
         if (out == 0)          if ((out == 0) && (bas->server != NULL))
             res->path[out++] = '/';              res->path[out++] = '/';
         while (ref->path[index] != 0) {          while (ref->path[index] != 0) {
             res->path[out++] = ref->path[index++];              res->path[out++] = ref->path[index++];

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


Webmaster