Starter frame_heart.png was wrongly discarded as being the .png version of frame_hearts.svg.
This commit is contained in:
parent
a4d213178d
commit
1f2c6c3c4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue