Explorar el Código

Fix error in release build

tags/v1.8.0
Jon Beniston hace 3 años
padre
commit
72ce791a56
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/main.c

+ 1
- 0
src/main.c Ver fichero

@@ -299,6 +299,7 @@ static int initsnd(char *filename) {

// Read samples from the audio file
int getsamples(void *context, float *samples, int nb) {
(void) context;
if(channels == 1){
return (int)sf_read_float(audioFile, samples, nb);
}else{


Cargando…
Cancelar
Guardar