Building with C++ guarded alloc works again

This commit is contained in:
2014-04-16 02:22:49 +10:00
parent 5c4bb81e49
commit cf01f2c760
5 changed files with 14 additions and 2 deletions

View File

@@ -399,7 +399,7 @@ void ExecutionGroup::printBackgroundStats(void)
BLI_timestr(execution_time, timestr, sizeof(timestr));
printf("| Elapsed %s ", timestr);
printf("| Tree %s, Tile %d-%d ", this->m_bTree->id.name + 2,
printf("| Tree %s, Tile %u-%u ", this->m_bTree->id.name + 2,
this->m_chunksFinished, this->m_numberOfChunks);
fputc('\n', stdout);