Skip to content

Commit

Permalink
Merge pull request #33 from petevine/patch-1
Browse files Browse the repository at this point in the history
Fix compilation on ARM (for Rust 1.5)
  • Loading branch information
hannobraun committed Feb 4, 2016
2 parents 63c0772 + 680f39a commit 638cd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl INotify {

ffi::inotify_add_watch(
self.fd,
c_str.as_ptr(),
c_str.as_ptr() as *const _,
mask
)
};
Expand Down

0 comments on commit 638cd67

Please sign in to comment.