removed some unneeded code.
changed the source input handler to set the name field for the main stream
This commit is contained in:
@ -1167,7 +1167,7 @@ struct hcl_ioinarg_t
|
||||
/**
|
||||
* [OUT] place data here for #HCL_IO_READ
|
||||
*/
|
||||
hcl_ooch_t buf[2048];
|
||||
hcl_ooch_t buf[2048]; /* TODO: resize this if necessary */
|
||||
|
||||
/**
|
||||
* [OUT] place the number of characters read here for #HCL_IO_READ
|
||||
|
||||
Reference in New Issue
Block a user