Diff for /rpm2html/rdf.c between versions 1.16 and 1.17

version 1.16, 1998/05/22 21:10:42 version 1.17, 1998/05/23 05:15:40
Line 655  void dumpResRdf(rpmRessPtr res) { Line 655  void dumpResRdf(rpmRessPtr res) {
             rdfSetValue(desc, "Vendor", rpmNs, rpm->vendor);              rdfSetValue(desc, "Vendor", rpmNs, rpm->vendor);
         sprintf(buf, "%d", (int) rpm->date);          sprintf(buf, "%d", (int) rpm->date);
         rdfSetValue(desc, "Date", rpmNs, buf);          rdfSetValue(desc, "Date", rpmNs, buf);
           sprintf(buf, "%d", (int) rpm->size);
           rdfSetValue(desc, "Size", rpmNs, buf);
         if ((rpm->subdir != NULL) && (rpm->subdir[0] != '\0')) {          if ((rpm->subdir != NULL) && (rpm->subdir[0] != '\0')) {
             if ((dir->subdir != NULL) && (dir->subdir[0] != '\0'))              if ((dir->subdir != NULL) && (dir->subdir[0] != '\0'))
                 sprintf(buf, "%s/%s",                  sprintf(buf, "%s/%s",

Removed from v.1.16  
changed lines
  Added in v.1.17


Webmaster