Use puts instead of printf to keep mingw happy
This commit is contained in:
parent
383f02ee2b
commit
fe4c0f6127
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ NSVGimage* nsvgParseFromFileCardinal(const char* const filename, const char* con
|
||||||
|
|
||||||
if (std::strncmp(filename + (filenamelen-filterlen), pathToFilterOut, filterlen) == 0)
|
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[0]);
|
||||||
removeShape(handle, pathsToFilterOut[i].shapes[1]);
|
removeShape(handle, pathsToFilterOut[i].shapes[1]);
|
||||||
removeShape(handle, pathsToFilterOut[i].shapes[2]);
|
removeShape(handle, pathsToFilterOut[i].shapes[2]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue