Adjust to latest ObjFW API changes.
This commit is contained in:
parent
45806a4f08
commit
867450105e
4 changed files with 61 additions and 59 deletions
|
@ -56,15 +56,15 @@
|
|||
[message addItem: ""];
|
||||
|
||||
/* authcid */
|
||||
[message addNItems: [authcid UTF8StringLength]
|
||||
fromCArray: [authcid UTF8String]];
|
||||
[message addItemsFromCArray: [authcid UTF8String]
|
||||
count: [authcid UTF8StringLength]];
|
||||
|
||||
/* separator */
|
||||
[message addItem: ""];
|
||||
|
||||
/* passwd */
|
||||
[message addNItems: [password UTF8StringLength]
|
||||
fromCArray: [password UTF8String]];
|
||||
[message addItemsFromCArray: [password UTF8String]
|
||||
count: [password UTF8StringLength]];
|
||||
|
||||
return message;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue