added .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-19 13:06:32 +09:00
parent b340f09ecc
commit e2abfe07ab
2 changed files with 12 additions and 1 deletions

View File

@ -4111,7 +4111,7 @@ int hcl_attachio (hcl_t* hcl, hcl_ioimpl_t reader, hcl_ioimpl_t scanner, hcl_ioi
if (reader)
{
/* clear unneeded source stream names */
/*clear_sr_names (hcl, 0); */
/*clear_sr_names (hcl); <---- TODO: tricky to clean up here */
/* initialize some other key fields */
hcl->c->nungots = 0;