Adjust to ObjFW changes
FossilOrigin-Name: c359fca25a30e9b225dab9f070d6a2c61e07f8d3d9868e99ff39820f84b841b0
This commit is contained in:
parent
3bb17150aa
commit
7340993923
2 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,7 @@
|
||||||
|
|
||||||
[siteHash updateWithBuffer: _site.UTF8String
|
[siteHash updateWithBuffer: _site.UTF8String
|
||||||
length: _site.UTF8StringLength];
|
length: _site.UTF8StringLength];
|
||||||
|
[siteHash calculate];
|
||||||
|
|
||||||
[_output release];
|
[_output release];
|
||||||
_output = nil;
|
_output = nil;
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
|
|
||||||
[siteHash updateWithBuffer: _site.UTF8String
|
[siteHash updateWithBuffer: _site.UTF8String
|
||||||
length: _site.UTF8StringLength];
|
length: _site.UTF8StringLength];
|
||||||
|
[siteHash calculate];
|
||||||
|
|
||||||
[_output release];
|
[_output release];
|
||||||
_output = nil;
|
_output = nil;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue