diff options
Diffstat (limited to '061channel.mu')
-rw-r--r-- | 061channel.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/061channel.mu b/061channel.mu index 3470cc14..9f4ea619 100644 --- a/061channel.mu +++ b/061channel.mu @@ -94,7 +94,7 @@ recipe read [ full:address:number <- get-address *chan, first-full:offset circular-buffer:address:array:location <- get *chan, data:offset result:location <- index *circular-buffer, *full - # increment full + # mark its slot as empty *full <- add *full, 1 { # wrap full around to 0 if necessary |