X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fdata%2Flogicsegment.cpp;h=30e4e67dcecced37fa8267b489c9364363e1223a;hb=4c60462b00cc329e61daedd1c2e66724077bd412;hp=e56a8371093555ef66b5d3804c8c8f4fdf284d0c;hpb=aa90e86b1c25f67ea64d7bec0560f531c67bc853;p=pulseview.git diff --git a/pv/data/logicsegment.cpp b/pv/data/logicsegment.cpp index e56a837..30e4e67 100644 --- a/pv/data/logicsegment.cpp +++ b/pv/data/logicsegment.cpp @@ -306,7 +306,7 @@ void LogicSegment::get_subsampled_edges( // We cannot fast-forward if there is no mip-map data at // at the minimum level. - fast_forward = (mip_map_[level].data != NULL); + fast_forward = (mip_map_[level].data != nullptr); if (min_length < MipMapScaleFactor) {