From d6b9df6ca260dbada8dac68ee6857d89005a810e Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 19 Oct 2022 22:59:07 +0200 Subject: Small refactor and simplification of library_t structure and box64context_t --- src/wrapped/wrappedcrashhandler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wrapped/wrappedcrashhandler.c') diff --git a/src/wrapped/wrappedcrashhandler.c b/src/wrapped/wrappedcrashhandler.c index 115e3150..c6f625df 100755 --- a/src/wrapped/wrappedcrashhandler.c +++ b/src/wrapped/wrappedcrashhandler.c @@ -24,7 +24,7 @@ const char* crashhandlerName = "crashhandler.so"; if(!box64_steam) \ return -1; \ if(1) \ - lib->priv.w.lib = dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL);\ + lib->w.lib = dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL);\ else -- cgit 1.4.1