diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-18 16:53:23 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-18 16:53:23 +0200 | 
| commit | 4cb5fa5b3fd639c0f1f8a6a5bacd1b3380d1967b (patch) | |
| tree | dba3be880c69c79e3b038aa63e54ee04292be41a | |
| parent | 244d7da93e252e5d84250a732cbf935e48ab7592 (diff) | |
Do not assert here.
| -rw-r--r-- | src/audiofile.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/audiofile.cc b/src/audiofile.cc index a929a32..93b2e4f 100644 --- a/src/audiofile.cc +++ b/src/audiofile.cc @@ -55,7 +55,7 @@ AudioFile::~AudioFile()  bool AudioFile::isValid() const  { -	assert(this == magic); +	//assert(this == magic);  	return this == magic;  } | 
