diff options
Diffstat (limited to 'src/asset.cc')
| -rw-r--r-- | src/asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset.cc b/src/asset.cc index 00ad67bc..be0792c1 100644 --- a/src/asset.cc +++ b/src/asset.cc @@ -115,7 +115,7 @@ Asset::equals (shared_ptr<const Asset> other, EqualityOptions, boost::function<v note (ERROR, "asset edit rates differ"); return false; } - + if (_intrinsic_duration != other->_intrinsic_duration) { note (ERROR, "asset intrinsic durations differ"); } |
