Skip to content

Commit 5a2ce4f

Browse files
committed
Add note to conflicting package
1 parent eb74baf commit 5a2ce4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpm/src/conflict.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ impl<'a> FileConflict<'a> {
163163
unsafe { from_cstr((*self.as_ptr()).file) }
164164
}
165165

166-
// TODO: check s can be null
166+
// TODO: target is "" when empty. should be null instead.
167167
pub fn conflicting_target(&self) -> Option<&'a str> {
168168
let s = unsafe { from_cstr((*self.as_ptr()).target) };
169169

0 commit comments

Comments
 (0)