From 1979f14108ce1d209ac598f8cd5047f7315c6616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Tschumperl=C3=A9?= <David.Tschumperle@gmail.com> Date: Tue, 14 Aug 2018 09:26:50 +0200 Subject: [PATCH] . --- CImg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CImg.h b/CImg.h index 2dfb60c..db4c170 100644 --- a/CImg.h +++ b/CImg.h @@ -19791,7 +19791,7 @@ namespace cimg_library_suffixed { CImg<charT> res; if (_cimg_mp_is_vector(arg)) { // Vector CImg<charT>::string("vectorXXXXXXXXXXXXXXXX").move_to(res); - std::sprintf(res._data + 6,"%u",_cimg_mp_size(arg)); + cimg_sprintf(res._data + 6,"%u",_cimg_mp_size(arg)); } else CImg<charT>::string("scalar").move_to(res); return res; } -- GitLab