mirror of https://github.com/wb2osz/direwolf.git
atest: Change .wav data size to be unsigned 32bit int
This allows .wav files bigger than 2GiB.
This commit is contained in:
parent
390d4a8c27
commit
8ed39a0051
|
@ -134,7 +134,7 @@ static struct {
|
|||
|
||||
static struct {
|
||||
char data[4]; /* "data" */
|
||||
int datasize;
|
||||
uint32_t datasize;
|
||||
} wav_data;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue