(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 */
|
||||
if (xuflds(fp, values) <= 0) {
|
||||
freeflds(values);
|
||||
return gripe("Invalid Column Header for table %s",
|
||||
ef_nameof(type));
|
||||
return -1;
|
||||
}
|
||||
/* TODO
|
||||
* check column count form xuflds()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue