/[global]/global/htags/htags.c
ViewVC logotype

Diff of /global/htags/htags.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by shigio, Sun Nov 7 12:24:11 2004 UTC revision 1.29 by shigio, Fri Nov 12 02:16:10 2004 UTC
# Line 751  makehtml(total) Line 751  makehtml(total)
751                  snprintf(path, sizeof(path), "%s/%s/%s", distpath, SRCS, p);                  snprintf(path, sizeof(path), "%s/%s/%s", distpath, SRCS, p);
752                  src2html(_, path, notsource);                  src2html(_, path, notsource);
753          }          }
754          if (pclose(ip) < 0)          if (pclose(ip) != 0)
755                  die("cannot traverse directory.(%s)", command);                  die("cannot traverse directory.(%s)", command);
756          strbuf_close(sb);          strbuf_close(sb);
757  }  }
# Line 867  makecommonpart(title, defines, files) Line 867  makecommonpart(title, defines, files)
867          }          }
868          strbuf_puts(sb, gen_list_end());          strbuf_puts(sb, gen_list_end());
869          strbuf_putc(sb, '\n');          strbuf_putc(sb, '\n');
870          if (pclose(ip) < 0)          if (pclose(ip) != 0)
871                  die("cannot execute command '%s'.", command);                  die("cannot execute command '%s'.", command);
872          strbuf_sprintf(sb, "%s\n", hr);          strbuf_sprintf(sb, "%s\n", hr);
873          if (aflag && !Fflag) {          if (aflag && !Fflag) {
# Line 1300  save_environment(argc, argv) Line 1300  save_environment(argc, argv)
1300                                  strbuf_putc(save_c, *p);                                  strbuf_putc(save_c, *p);
1301                  }                  }
1302          }          }
1303          if (pclose(ip) < 0)          if (pclose(ip) != 0)
1304                  die("cannot execute '%s'.", command);                  die("cannot execute '%s'.", command);
1305          strbuf_close(sb);          strbuf_close(sb);
1306          save_config = strbuf_value(save_c);          save_config = strbuf_value(save_c);

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26