This repository has been archived on 2024-11-07. You can view files and clone it, but cannot push or open issues or pull requests.
gt/gt-0.4-compile-fix.patch

13 lines
467 B
Diff

diff -up gt-0.4/src/instrum.c~ gt-0.4/src/instrum.c
--- gt-0.4/src/instrum.c~ 2008-01-27 14:21:17.000000000 +0100
+++ gt-0.4/src/instrum.c 2008-01-27 14:21:17.000000000 +0100
@@ -1170,7 +1170,7 @@ load_instrument (ToneBank *b, int bank,
sp->lfo_sweep_increment,
sp->lfo_phase_increment, sp->lfo_depth);
}
- READ_CHAR ((int8)sp->aps_parameter);
+ READ_CHAR (sp->aps_parameter);
/* skip (fp, 1); */
}
else {