Skip to content

Commit 85949fe

Browse files
brsongraydon
authored andcommitted
---
yaml --- r: 1215 b: refs/heads/master c: ebf8638 h: refs/heads/master i: 1213: e962951 1211: 500aef3 1207: b145a46 1199: 434a7bc 1183: c7a02b8 1151: 1db8c6d v: v3
1 parent fe6af48 commit 85949fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: f1df1d1a51f310553fd8bcb831215307ec2609ae
2+
refs/heads/master: ebf8638d3115b9da676e5f737c545ace503be868

trunk/src/rt/circular_buffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ circular_buffer::dequeue(void *dst) {
128128
void *tmp = dom->malloc(_buffer_sz / 2);
129129
transfer(tmp);
130130
_buffer_sz >>= 1;
131-
I(dom, _initial_sz <= _buffer_sz);
131+
I(dom, _initial_sz <= _buffer_sz);
132132
dom->free(_buffer);
133133
_buffer = (uint8_t *)tmp;
134134
_next = 0;

0 commit comments

Comments
 (0)