Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Feb 20, 2025
1 parent 10f671a commit 24652d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/watcher/stream.zig
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ pub fn Writeable(comptime xev: type, comptime T: type, comptime options: Options
@tagName(tag),
).queueWrite(
&@field(loop.backend, @tagName(tag)),
&@field(q.value, @tagName(tag)),
&@field(&q.value, @tagName(tag)),
&@field(req, @tagName(tag)),
buf.toBackend(tag),
Userdata,
Expand Down

0 comments on commit 24652d3

Please sign in to comment.