Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a345e5a8 authored by Snehal Koukuntla's avatar Snehal Koukuntla Committed by Automerger Merge Worker
Browse files

Merge "Remove ambgiuity in format specifier" into main am: 321f0989

parents 8703cb8e 321f0989
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ void Controller::run(std::string output_dir) {
            if (complete_cnt != counters[index] && start_cnt == complete_cnt) {
                WRITE_ONCE(control->cntrl_flags, FLAG_NONE);
                std::string filename;
                filename = android::base::StringPrintf("/%s.%lu.profraw",
                filename = android::base::StringPrintf("/%s.%" PRIu64 ".profraw",
                                                    uuid_list_[index].c_str(),
                                                    counters[index]);
                filename.insert(0, output_dir);