Skip to content

Commit 9246672

Browse files
jclsnacolombier
andauthored
Update src/controllers/bulk/bulkcontroller.cpp
Going to squash later Co-authored-by: Antoine Colombier <7086688+acolombier@users.noreply.github.com>
1 parent d994895 commit 9246672

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/controllers/bulk/bulkcontroller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ void BulkReader::stop() {
108108
void BulkReader::run() {
109109
m_stop = 0;
110110

111-
while (!m_stop.loadAcquire()) {
111+
while (m_stop.loadAcquire() == 0) {
112112
libusb_handle_events(m_context);
113113
}
114114

0 commit comments

Comments
 (0)