Commit 0a0fe30
committed
Suggestion by @samuelsadok
`msg.flags.remote = data;` caused the example to stop working.
ChatGPT suggested `msg.flags.remote = (data == nullptr);` which seems to work.1 parent d5318cc commit 0a0fe30
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments