Diff for /rpm2html/rpm2html.c between versions 1.34 and 1.35

version 1.34, 1998/11/15 05:10:11 version 1.35, 1999/04/08 10:08:52
Line 55  int main(int argc, char *argv[]) { Line 55  int main(int argc, char *argv[]) {
     currentTime = time(NULL);      currentTime = time(NULL);
     rpm2html_rpm2html_thishost = &host[0];      rpm2html_rpm2html_thishost = &host[0];
   
   
   #if defined(HAVE_RPM_RPMIO_H)   /* XXX hack to detect rpm 3.0 */
       rpmReadConfigFiles(NULL, NULL);
   #else
     rpmReadConfigFiles(NULL, NULL, NULL, 0); /* rcfile, arch, os !!!! */      rpmReadConfigFiles(NULL, NULL, NULL, 0); /* rcfile, arch, os !!!! */
   #endif
   
     /*      /*
      * Ensure that all files and directories created a world readable !       * Ensure that all files and directories created a world readable !

Removed from v.1.34  
changed lines
  Added in v.1.35


Webmaster