Selaa lähdekoodia

tidy up signed /unsigned mix

richarddobson 3 viikkoa sitten
vanhempi
sitoutus
84fa20634e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      dev/standalone/constrict.c

+ 1 - 1
dev/standalone/constrict.c

@@ -1309,7 +1309,7 @@ int constrict(dataptr dz)
 int create_constrict_sndbufs(dataptr dz)
 {
     int n;
-    size_t bigbufsize;
+    int bigbufsize;
     int framesize;
     framesize = F_SECSIZE * dz->infile->channels;
     if(dz->sbufptr == 0 || dz->sampbuf==0) {