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

Diff of /global/htags/src2html.c

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

revision 1.19 by h-iwamoto, Sun Oct 31 13:06:11 2004 UTC revision 1.20 by shigio, Fri Nov 12 02:16:10 2004 UTC
# Line 151  static void Line 151  static void
151  close_input_file(ip)  close_input_file(ip)
152          FILE *ip;          FILE *ip;
153  {  {
154          if (pclose(ip) < 0)          if (pclose(ip) != 0)
155                  die("command 'gtags --expand -%d' failed.", tabs);                  die("command 'gtags --expand -%d' failed.", tabs);
156  }  }
157  /*  /*
# Line 191  close_output_file(op) Line 191  close_output_file(op)
191          FILE *op;          FILE *op;
192  {  {
193          if (cflag) {          if (cflag) {
194                  if (pclose(op) < 0)                  if (pclose(op) != 0)
195                          die("command 'gzip -c' failed.");                          die("command 'gzip -c' failed.");
196          } else          } else
197                  fclose(op);                  fclose(op);

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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