(xucolumnheader): Don't gripe when xuflds() fails, because that one
already griped.
This commit is contained in:
parent
2dcf1fd1c8
commit
361e33d70f
1 changed files with 1 additions and 2 deletions
|
@ -590,8 +590,7 @@ xucolumnheader(FILE *fp, int type, struct value values[])
|
||||||
/* FIXME parse column header */
|
/* FIXME parse column header */
|
||||||
if (xuflds(fp, values) <= 0) {
|
if (xuflds(fp, values) <= 0) {
|
||||||
freeflds(values);
|
freeflds(values);
|
||||||
return gripe("Invalid Column Header for table %s",
|
return -1;
|
||||||
ef_nameof(type));
|
|
||||||
}
|
}
|
||||||
/* TODO
|
/* TODO
|
||||||
* check column count form xuflds()
|
* check column count form xuflds()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue