From f438a21813b2a0e7d674535ab1b9a5267de445bd Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Sun, 30 Jan 2022 10:26:21 -0800 Subject: [PATCH] fix comment find/replace accident --- implot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implot.cpp b/implot.cpp index 3a447eb..3747627 100644 --- a/implot.cpp +++ b/implot.cpp @@ -120,7 +120,7 @@ You can read releases logs https://github.com/epezent/implot/releases for more d // Visual Studio warnings #ifdef _MSC_VER -#pragma warning (disable: 4996) // 'This function or variable may be unsafe': strcpy, strdup, sprintf, vImFormatString, sscanf, fopen +#pragma warning (disable: 4996) // 'This function or variable may be unsafe': strcpy, strdup, sprintf, vsnprintf, sscanf, fopen #endif // Clang/GCC warnings with -Weverything