Преглед изворни кода

Fix a 64 bit to 32 bit int cast warning. (#5594)

pull/5598/head
Jeffery Myers пре 1 дан
committed by GitHub
родитељ
комит
7a3cecc010
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/raudio.c

+ 1
- 1
src/raudio.c Прегледај датотеку

@ -2545,7 +2545,7 @@ static ma_uint32 ReadAudioBufferFramesInMixingFormat(AudioBuffer *audioBuffer, f
}
memcpy(audioBuffer->converterResidual, inputBuffer + inputFramesProcessedThisIteration*bpf, (size_t)(residualFrameCount * bpf));
audioBuffer->converterResidualCount = residualFrameCount;
audioBuffer->converterResidualCount = p">(unsigned int)residualFrameCount;
}
if (inputFramesInInternalFormatCount < estimatedInputFrameCount) break; // Reached the end of the sound

Loading…
Откажи
Сачувај