diff options
author | 2016-11-11 20:43:19 +0100 | |
---|---|---|
committer | 2016-11-11 20:43:19 +0100 | |
commit | 1efccdd38d4bac6ec44e13f0a6cdf877e3a1c7cb (patch) | |
tree | e1623d63666f8d559c392d316ca2192ab4116e5a /src/lib/formats/cassimg.cpp | |
parent | 2e49823a06c2955fdd2ca1b1903327730c2b32ef (diff) |
using of IS_ENABLED in files used in tiny build (nw)
Diffstat (limited to 'src/lib/formats/cassimg.cpp')
-rw-r--r-- | src/lib/formats/cassimg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/cassimg.cpp b/src/lib/formats/cassimg.cpp index 87636b81349..d711aa01770 100644 --- a/src/lib/formats/cassimg.cpp +++ b/src/lib/formats/cassimg.cpp @@ -509,7 +509,7 @@ cassette_image::error cassette_put_samples(cassette_image *cassette, int channel cassette->sample_count = ranges.sample_last + 1; cassette->flags |= CASSETTE_FLAG_DIRTY; - if (LOG_PUT_SAMPLES) + if (IS_ENABLED(LOG_PUT_SAMPLES)) { LOG_FORMATS("cassette_put_samples(): Putting samples TIME=[%2.6g..%2.6g] INDEX=[%i..%i]\n", time_index, time_index + sample_period, |