소스 검색

Update effect_rectifier.cpp

Bug: was overwriting a read-only buffer
dds
Pete 4 년 전
부모
커밋
7cafab457d
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      effect_rectifier.cpp

+ 1
- 1
effect_rectifier.cpp 파일 보기

@@ -30,7 +30,7 @@

void AudioEffectRectifier::update(void)
{
audio_block_t *block = receiveReadOnly();
audio_block_t *block = receiveWritable();
if (!block) return;

int16_t *p = block->data;

Loading…
취소
저장