Starter frame_heart.png was wrongly discarded as being the .png version of frame_hearts.svg.

This commit is contained in:
Pere Pujal i Carabantes 2019-06-22 00:20:45 +02:00
parent a4d213178d
commit 1f2c6c3c4e

View file

@ -18820,7 +18820,7 @@ static int do_new_dialog(void)
f2 = &(fs[k].f);
strcpy(fname2, f2->d_name);
if (strstr(fname2, fname) == fname2 && strcasestr(fname2, ".svg") != NULL)
if (strstr(fname, fname2) == fname2 && strcasestr(fname2, ".svg") != NULL)
{
/* SVG of this bitmap exists; we'll skip it */
skip = 1;