Skip to content
Snippets Groups Projects
Commit 0f0d65d9 authored by David Tschumperlé's avatar David Tschumperlé
Browse files

Auto-commit for release 2.3.4_pre

parent 760de04b
No related branches found
No related tags found
No related merge requests found
......@@ -8047,7 +8047,7 @@ namespace cimg_library_suffixed {
static void _render_resize(const T *ptrs, const unsigned int ws, const unsigned int hs,
t *ptrd, const unsigned int wd, const unsigned int hd) {
typedef typename cimg::last<T,cimg_ulong>::type ulongT;
const ulongT one = 1;
const ulongT one = (ulongT)1;
CImg<ulongT> off_x(wd), off_y(hd + 1);
if (wd==ws) off_x.fill(1);
else {
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment