1
0
Fork 0

tg_chopper.cxx: Fix typo that only became apparent on sphere (older boost version...)

This commit is contained in:
Christian Schmitt 2013-01-08 00:42:25 +01:00
parent 3732f63117
commit 70ae2ecdfe

View file

@ -200,7 +200,7 @@ long int tgChopper::GenerateIndex( std::string path )
long int index = 0;
//Open or create the named mutex
boost::interprocess::named_mutex mutex(boost::interprocess::open_or_create, "tgChopper_index3");
boost::interprocess::named_mutex mutex(boost::interprocess::open_or_create, "tgChopper_index2");
{
boost::interprocess::scoped_lock<boost::interprocess::named_mutex> lock(mutex);