# HG changeset patch # User Chris Cannam # Date 1223583028 0 # Node ID 427e5c58658edaf4cb1353be2262d9fb5189924e # Parent 55cdd79606ba35bac0a885cd2bd466f0b9d363db * Fix a nasty and long-standing race condition in MatrixFile's use of FileReadThread that was causing crashes sometimes diff -r 55cdd79606ba -r 427e5c58658e layer/TimeInstantLayer.cpp --- a/layer/TimeInstantLayer.cpp Thu Oct 09 13:13:33 2008 +0000 +++ b/layer/TimeInstantLayer.cpp Thu Oct 09 20:10:28 2008 +0000 @@ -35,7 +35,7 @@ #include #include -#define DEBUG_TIME_INSTANT_LAYER 1 +//#define DEBUG_TIME_INSTANT_LAYER 1 TimeInstantLayer::TimeInstantLayer() : SingleColourLayer(),