mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
Libraries: Unbreak building with extra debug macros
This commit is contained in:
committed by
Andreas Kling
parent
081bb29626
commit
d8e22fedc3
@@ -271,7 +271,7 @@ const Image::RelocationSection Image::Section::relocations() const
|
||||
return static_cast<const RelocationSection>(m_image.section(0));
|
||||
|
||||
#ifdef Image_DEBUG
|
||||
dbgprintf("Found relocations for %s in %s\n", name(), relocation_section.name());
|
||||
dbgprintf("Found relocations for %s in %s\n", name().to_string().characters(), relocation_section.name().to_string().characters());
|
||||
#endif
|
||||
return static_cast<const RelocationSection>(relocation_section);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user