From 56aca37f47d84ea6f92cc7f6a82195ca29bcecc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Kov=C3=A1cs?= Date: Wed, 1 Jul 2020 17:24:04 +0200 Subject: [PATCH] addendum to fix #179 (Windows) --- src/ui-hlp/render.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui-hlp/render.cpp b/src/ui-hlp/render.cpp index 97ab2e66..12532977 100644 --- a/src/ui-hlp/render.cpp +++ b/src/ui-hlp/render.cpp @@ -315,7 +315,7 @@ int uih_renderanimation(struct uih_context *gc1, const char *basename, sprintf(t, "%s%06i.png", basename, framenum); #ifdef _WIN32 // No symlinks on windows, so just save another copy - writepng(t, uih->image); + writepng(t, uih->image, NULL); #else // On Unix, save a symlink. printmsg(TR("Message", "Linking frame %i to %i..."), framenum,