strat: fix nx_debug build target

This commit is contained in:
Michael Scire
2024-01-20 13:31:12 -07:00
parent e919b80fa2
commit 72b0fe6c1c
4 changed files with 26 additions and 26 deletions

View File

@@ -107,9 +107,9 @@ namespace ams::mitm::socket::resolver {
HostName,
};
ams::socket::InAddrT current_address;
ams::socket::InAddrT current_address{};
char current_hostname[0x200];
u32 work;
u32 work{};
State state = State::BeginLine;
for (const char *cur = file_data; *cur != '\x00'; ++cur) {