void-packages/srcpkgs/calf/patches/musl-no-uint.patch
2016-06-06 17:45:44 +02:00

11 lines
341 B
Diff

--- src/calf/audio_fx.h.orig 2016-06-06 17:44:07.843406970 +0200
+++ src/calf/audio_fx.h 2016-06-06 17:44:11.809407175 +0200
@@ -682,7 +682,7 @@
private:
public:
float target, real, amount;
- uint samples, round, cnt;
+ unsigned int samples, round, cnt;
double last;
samplereduction();
void set_params(float am);