We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b278a3b commit d7e8bfeCopy full SHA for d7e8bfe
lib/ZitiEvent.swift
@@ -341,7 +341,7 @@ import CZitiPrivate
341
while i != nil {
342
let ctrlPtr = model_list_it_element(i)
343
if let ctrl = UnsafeMutablePointer<CChar>(OpaquePointer(ctrlPtr)) {
344
- ctrlsArray.append(String(ctrl.pointee))
+ ctrlsArray.append(String(cString: ctrl))
345
}
346
i = model_list_it_next(i)
347
0 commit comments