Skip to content

Commit

Permalink
Fixed code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
andrius committed Jun 24, 2020
1 parent 39dedc6 commit ad7843b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMServices/FileIO/plugins/DQMFileSaverPB.cc
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ void DQMFileSaverPB::savePB(DQMStore* store, std::string const& filename, int ru
histo.set_streamed_histo((void const*)buffer.Buffer(), buffer.Length());

// Save quality reports
for (QReport *qr : me->getQReports()) {
for (QReport* qr : me->getQReports()) {
std::string result;
// TODO: 64 is likely too short; memory corruption in the old code?
char buf[64];
Expand Down

0 comments on commit ad7843b

Please sign in to comment.