From 52dd39f98a696a86418f264862482877813bfa00 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 10 May 2019 20:17:20 +0200 Subject: [PATCH] Another buildfix --- gfx/common/dxgi_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/common/dxgi_common.c b/gfx/common/dxgi_common.c index abc67fba6d..410c9935a6 100644 --- a/gfx/common/dxgi_common.c +++ b/gfx/common/dxgi_common.c @@ -320,7 +320,7 @@ void dxgi_update_title(video_frame_info_t* video_info) snprintf( mem, sizeof(mem), " || MEM: %.2f/%.2fMB", mem_bytes_used / (1024.0f * 1024.0f), mem_bytes_total / (1024.0f * 1024.0f)); - strlcat(video_info->fps_text, mem, sizeof(video_info->fps-text)); + strlcat(video_info->fps_text, mem, sizeof(video_info->fps_text)); #endif }