Use clicon_err() consistently and drop perror()
This commit is contained in:
parent
9d9528d503
commit
959e060995
5 changed files with 65 additions and 59 deletions
|
|
@ -282,7 +282,7 @@ main(int argc,
|
|||
xc = xvec[i];
|
||||
fprintf(stdout, "%d: ", i);
|
||||
clixon_xml2file(stdout, xc, 0, 0, NULL, fprintf, 0, 0);
|
||||
fprintf(stdout, "\n");
|
||||
fputc('\n', stdout);
|
||||
fflush(stdout);
|
||||
}
|
||||
retval = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue