diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-19 20:26:26 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-19 20:26:26 +0300 |
commit | 5d17b2722930dfec4acd1136cefed8828519cb76 (patch) | |
tree | 37726dd5478dd4df5ca52b3449071290e4203925 /utils/gen_adldata/progs_cache.h | |
parent | 3013fbb93b06e8d30b6b54c324340d6dccad7f3b (diff) | |
parent | f4bc89ef3fb8825bf7a02b5a9b67caafd20a7c1e (diff) | |
download | libADLMIDI-5d17b2722930dfec4acd1136cefed8828519cb76.tar.gz libADLMIDI-5d17b2722930dfec4acd1136cefed8828519cb76.tar.bz2 libADLMIDI-5d17b2722930dfec4acd1136cefed8828519cb76.zip |
Merge branch 'master' into update-chip-base
Diffstat (limited to 'utils/gen_adldata/progs_cache.h')
-rw-r--r-- | utils/gen_adldata/progs_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gen_adldata/progs_cache.h b/utils/gen_adldata/progs_cache.h index dde70ef..5a916f5 100644 --- a/utils/gen_adldata/progs_cache.h +++ b/utils/gen_adldata/progs_cache.h @@ -62,7 +62,7 @@ struct ins && insno1 == b.insno1 && insno2 == b.insno2 && pseudo4op == b.pseudo4op - && real4op == real4op + && real4op == b.real4op && equal_approx(voice2_fine_tune, b.voice2_fine_tune); } bool operator< (const ins &b) const |