From 103987fab831ebe34911ede3b37eef22e1355a21 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 28 Jul 2015 01:02:32 +0200 Subject: [PATCH] (Win32) Buildfix --- gfx/common/win32_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/common/win32_common.c b/gfx/common/win32_common.c index 328b1dfea5..d76e8934bb 100644 --- a/gfx/common/win32_common.c +++ b/gfx/common/win32_common.c @@ -99,7 +99,7 @@ LRESULT win32_menu_loop(HWND owner, WPARAM wparam) cmd = EVENT_CMD_LOAD_CORE; break; case ID_M_LOAD_CONTENT: - strlcpy(global->fullpath, win32_file, sizeof(global->fullpath)); + strlcpy(global->path.fullpath, win32_file, sizeof(global->path.fullpath)); cmd = EVENT_CMD_LOAD_CONTENT; do_wm_close = true; break;