mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Fix build
This commit is contained in:
@@ -109,7 +109,7 @@ double snd_maxsamp(sound_type s)
|
||||
|
||||
/* snd_samples -- convert sound (prefix) to lisp array */
|
||||
/**/
|
||||
LVAL snd_samples(sound_type s, long len)
|
||||
LVAL snd_samples(sound_type s, int64_t len)
|
||||
{
|
||||
LVAL v;
|
||||
long vx = 0;
|
||||
|
Reference in New Issue
Block a user