We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac3917 commit 4986e04Copy full SHA for 4986e04
src/backend/xdg_desktop_portal/portal/mod.rs
@@ -176,7 +176,7 @@ fn parse_response(msg: &Message) -> Option<Vec<CString>> {
176
};
177
178
entry_iter.next();
179
- if key == c"uris" {
+ if key.as_c_str() == c"uris" {
180
if entry_iter.get_arg_type() == ffi::DBUS_TYPE_VARIANT {
181
let mut var_iter = entry_iter.iter_recurse();
182
return Some(var_iter.get_string_array());
0 commit comments