]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decoderstack.cpp
Replaced NULL with nullptr
[pulseview.git] / pv / data / decoderstack.cpp
index 912d98c7bc4cda8fc364aaf76e75f9ca23584193..7c1982bd707aeec31b46735b80f88f2c17d1215b 100644 (file)
@@ -334,7 +334,7 @@ void DecoderStack::decode_proc()
 {
        optional<int64_t> sample_count;
        srd_session *session;
-       srd_decoder_inst *prev_di = NULL;
+       srd_decoder_inst *prev_di = nullptr;
 
        assert(segment_);