mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
When compiling, I got this error: /lib-src/libnyquist/nyquist/nyqsrc/sndread.c: In function 'snd_make_read': /lib-src/libnyquist/nyquist/nyqsrc/sndread.c:169:30: error: invalid operands to binary | (have 'int' and 'long int *') 169 | susp->sf_info.format |= format; | ^~ I would like to suggest this fix for this error.