From 24dd0267bfd7663ee3ec5d6edbceaf6e7ff8ac0c Mon Sep 17 00:00:00 2001 From: gibbed Date: Sat, 24 Nov 2018 04:07:56 -0600 Subject: [PATCH] [Kernel] Oops. --- src/xenia/kernel/user_module.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xenia/kernel/user_module.cc b/src/xenia/kernel/user_module.cc index df65650f2..d36aa67ad 100644 --- a/src/xenia/kernel/user_module.cc +++ b/src/xenia/kernel/user_module.cc @@ -490,7 +490,7 @@ void UserModule::Dump() { o < opt_import_libraries->string_table.count; o++) { assert_true(o < xe::countof(string_table)); - const char* str = &opt_import_libraries->string_table.data[o]; + const char* str = &opt_import_libraries->string_table.data[j]; string_table[o] = str; j += std::strlen(str) + 1;