Diff for /rpm2html/sql.c between versions 1.51 and 1.52

version 1.51, 2001/02/09 17:36:08 version 1.52, 2001/02/10 11:12:44
Line 2965  void sql_reindex(void) { Line 2965  void sql_reindex(void) {
                 }                  }
                 if (pid == 0) {                  if (pid == 0) {
                     printf("%s %s %s %s\n",                      printf("%s %s %s %s\n",
                            "rpm2html", "-dir", sqlDirList[i]->rpmdir,                             "./rpm2html", "-dir", sqlDirList[i]->rpmdir,
                            "rpm2html-en.config");                             "./rpm2html-en.config");
                     execlp("rpm2html",                      execlp("./rpm2html",
                           "rpm2html", "-dir", sqlDirList[i]->rpmdir,                            "./rpm2html", "-dir", sqlDirList[i]->rpmdir,
                           "rpm2html-en.config", NULL);                            "./rpm2html-en.config", NULL);
                     fprintf(stderr, "Unable to launch rpm2html\n");                      fprintf(stderr, "Unable to launch rpm2html\n");
                     exit(127);                      exit(127);
                 }                  }

Removed from v.1.51  
changed lines
  Added in v.1.52


Webmaster