error messages and error handling
This commit is contained in:
@@ -404,7 +404,7 @@ add_field(szp, fd, fdtpp, idf, stp)
|
||||
|
||||
default:
|
||||
/* wrong type altogether */
|
||||
error("illegal field type (%s)",
|
||||
error("field type cannot be %s",
|
||||
symbol2str((*fdtpp)->tp_fund));
|
||||
*fdtpp = error_type;
|
||||
return field_offset;
|
||||
|
||||
Reference in New Issue
Block a user