removed hawk-std.h and merged the text to hawk.h
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:
@ -63,7 +63,6 @@ void Sed::setCmgr (hawk_cmgr_t* cmgr)
|
||||
|
||||
int Sed::open ()
|
||||
{
|
||||
// TODO: create this->errinf just like the Hawk class.
|
||||
this->sed = hawk_sed_open(this->getMmgr(), HAWK_SIZEOF(xtn_t), this->getCmgr(), &this->errinf);
|
||||
if (HAWK_UNLIKELY(!this->sed)) return -1;
|
||||
|
||||
|
Reference in New Issue
Block a user