mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
.sym file sorting accounts for local labels' parents' addresses and names (#1684)
This commit is contained in:
@@ -36,7 +36,7 @@ static std::string make_escape(std::string &str) {
|
||||
size_t pos = 0;
|
||||
for (;;) {
|
||||
// All dollars needs to be doubled
|
||||
size_t nextPos = str.find("$", pos);
|
||||
size_t nextPos = str.find('$', pos);
|
||||
if (nextPos == std::string::npos) {
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user