Adjust to ObjFW changes
FossilOrigin-Name: 74061183c3d3a89e28df2eb665b75ff11df6acd629ffce6f0f11ecd52915651d
This commit is contained in:
parent
c8f0fee24c
commit
75f88beebf
2 changed files with 11 additions and 11 deletions
|
@ -195,7 +195,7 @@ bindObject(SL3PreparedStatement *statement, int column, id object)
|
|||
case SQLITE_NULL:
|
||||
return [OFNull null];
|
||||
default:
|
||||
OF_ENSURE(0);
|
||||
OFEnsure(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue