Browse Source

tidy up signed /unsigned mix

richarddobson 3 weeks ago
parent
commit
84fa20634e
1 changed files with 1 additions and 1 deletions
  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 create_constrict_sndbufs(dataptr dz)
 {
 {
     int n;
     int n;
-    size_t bigbufsize;
+    int bigbufsize;
     int framesize;
     int framesize;
     framesize = F_SECSIZE * dz->infile->channels;
     framesize = F_SECSIZE * dz->infile->channels;
     if(dz->sbufptr == 0 || dz->sampbuf==0) {
     if(dz->sbufptr == 0 || dz->sampbuf==0) {