mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fix some numeric bases in RGBLINK output
This commit is contained in:
@@ -631,7 +631,7 @@ static void placeSection(std::string const &name, bool isOptional) {
|
||||
scriptError(
|
||||
context,
|
||||
"The linker script assigns section \"%s\" to address $%04" PRIx16
|
||||
", but then it would overflow %s by %" PRIx16 " byte%s",
|
||||
", but then it would overflow %s by %" PRIu16 " byte%s",
|
||||
name.c_str(), org, typeInfo.name.c_str(), overflowSize, overflowSize == 1 ? "" : "s"
|
||||
);
|
||||
// Fill as much as possible without going out of bounds.
|
||||
|
||||
Reference in New Issue
Block a user