Skip to content

Commit 46459eb

Browse files
authored
[ENV] Fixed env variables printing (#3989)
1 parent 75464e9 commit 46459eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,8 +1140,8 @@ int initialize(int argc, const char **argv, char** env, x64emu_t** emulator, elf
11401140
if (applied) {
11411141
printf_log(LOG_INFO, "Applied settings from rcfile\n");
11421142
displayMiscInfo();
1143-
PrintEnvVariables(&box64env, LOG_INFO);
11441143
}
1144+
PrintEnvVariables(&box64env, LOG_INFO);
11451145
setupZydis(my_context);
11461146

11471147
for(int i=1; i<my_context->argc; ++i) {

0 commit comments

Comments
 (0)