Fixed incorrect messages about temp files not being deleted.

This commit is contained in:
David Williams
2014-09-20 17:17:18 +02:00
parent 4779f91787
commit 880dcd8645
4 changed files with 13 additions and 6 deletions

View File

@ -269,7 +269,7 @@ TestVolume::TestVolume()
{
Region region(-57, -31, 12, 64, 96, 131); // Deliberatly awkward size
m_pFilePager = new FilePager<int32_t>("./");
m_pFilePager = new FilePager<int32_t>(".");
//Create the volumes
m_pRawVolume = new RawVolume<int32_t>(region);