mirror of
https://github.com/open-goal/jak-project
synced 2026-08-12 11:53:26 -04:00
Compiler Cleanup (Part 2) (#56)
* check on windows * fix windows build * version test * clean up - will it work on windows * fix formatting
This commit is contained in:
@@ -40,7 +40,7 @@ void StaticString::generate(emitter::ObjectGenerator* gen) {
|
||||
}
|
||||
|
||||
// add allocated size
|
||||
push_data_to_byte_vector<u32>(text.size() + 1, d);
|
||||
push_data_to_byte_vector<u32>(text.size(), d);
|
||||
|
||||
// add chars
|
||||
for (auto c : text) {
|
||||
|
||||
Reference in New Issue
Block a user