We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea5aff commit 0ed7193Copy full SHA for 0ed7193
src/patchelf.cc
@@ -462,7 +462,7 @@ Elf_Shdr & ElfFile<ElfFileParamNames>::findSection(const SectionName & sectionNa
462
{
463
Elf_Shdr * shdr = findSection2(sectionName);
464
if (!shdr)
465
- error("cannot find section " + sectionName);
+ error("cannot find section '" + sectionName + "'");
466
return *shdr;
467
}
468
0 commit comments