mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Fix typos in cpp files
This commit is contained in:
@@ -367,7 +367,7 @@ uint8_t *RemoteInputBuffer::readData(int32_t length)
|
||||
|
||||
m_nbReads++;
|
||||
|
||||
// SEGFAULT FIX: arbitratily truncate so that it does not exceed buffer length
|
||||
// SEGFAULT FIX: arbitrarily truncate so that it does not exceed buffer length
|
||||
if (length > m_framesSize) {
|
||||
length = m_framesSize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user