Use puts instead of printf to keep mingw happy

This commit is contained in:
falkTX 2021-11-05 00:21:10 +00:00
parent 383f02ee2b
commit fe4c0f6127

View file

@ -131,7 +131,7 @@ NSVGimage* nsvgParseFromFileCardinal(const char* const filename, const char* con
if (std::strncmp(filename + (filenamelen-filterlen), pathToFilterOut, filterlen) == 0)
{
printf("Removing CC-ND deadlock from file...\n");
puts("Removing CC-ND deadlock from file...\n");
removeShape(handle, pathsToFilterOut[i].shapes[0]);
removeShape(handle, pathsToFilterOut[i].shapes[1]);
removeShape(handle, pathsToFilterOut[i].shapes[2]);