Diff for /rpm2html/rpm2html.c between versions 1.39 and 1.40

version 1.39, 2000/07/16 21:37:33 version 1.40, 2000/07/24 18:46:31
Line 144  int main(int argc, char *argv[]) { Line 144  int main(int argc, char *argv[]) {
                     dumpDistListRdf();                      dumpDistListRdf();
                     rpmDirCleanupAll();                      rpmDirCleanupAll();
                 }                  }
   #ifdef WITH_SQL
                   sql_check_packages();
   #endif
                 if (rpm2htmlVerbose) {                  if (rpm2htmlVerbose) {
                    printf(                     printf(
    "To see the result of the indexing point your Web browser to:\n");              "To see the result of the indexing point your Web browser to:\n");         
Line 211  int main(int argc, char *argv[]) { Line 214  int main(int argc, char *argv[]) {
                 dumpDistListRdf();                  dumpDistListRdf();
                 rpmDirCleanupAll();                  rpmDirCleanupAll();
             }              }
               sql_check_packages();
             if (rpm2htmlVerbose) {              if (rpm2htmlVerbose) {
                printf(                 printf(
 "To see the result of the indexing point your Web browser to:\n");              "To see the result of the indexing point your Web browser to:\n");            

Removed from v.1.39  
changed lines
  Added in v.1.40


Webmaster