added hcl_instantiatewithtrailer()
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -656,6 +656,8 @@ static int feed_loop (hcl_t* hcl, xtn_t* xtn, int verbose)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
hcl_logbfmt (hcl, HCL_LOG_STDOUT, "\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -678,7 +680,6 @@ static int feed_loop (hcl_t* hcl, xtn_t* xtn, int verbose)
|
||||
}
|
||||
}
|
||||
|
||||
hcl_logbfmt (hcl, HCL_LOG_STDOUT, "\n");
|
||||
if (hcl_endfeed(hcl) <= -1)
|
||||
{
|
||||
feed_error:
|
||||
|
Reference in New Issue
Block a user