X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fstoresession.cpp;h=5500292a8df777563b624a5365a241bd7e93978b;hp=309fa1b37062c8facf922bccbc5f433418cd23bb;hb=3d79f521396c8e908fd237f5328153165099f5c3;hpb=a55e791833e84bf030ff6122c64b45a46f028e43 diff --git a/pv/storesession.cpp b/pv/storesession.cpp index 309fa1b3..5500292a 100644 --- a/pv/storesession.cpp +++ b/pv/storesession.cpp @@ -202,7 +202,7 @@ void StoreSession::store_proc(shared_ptr segment) const int unit_size = segment->unit_size(); assert(unit_size != 0); - // Qt needs the progress values to fit inside an int. If they would + // Qt needs the progress values to fit inside an int. If they would // not, scale the current and max values down until they do. while ((sample_count_ >> progress_scale) > INT_MAX) progress_scale ++;