Revert "Skipping hacks."
[dcpomatic.git] / src / lib / film.cc
index ecf37f033e8b24129bf23c408a1d0a656f38be91..e2a4cbeda60efda1089f2b8e840c6a64940f5702 100644 (file)
@@ -1003,7 +1003,7 @@ Film::set_trust_content_header (bool t)
        
        signal_changed (TRUST_CONTENT_HEADER);
 
-       if (!_trust_content_header && !content().empty()) {
+       if (!_trust_content_header) && !content().empty()) {
                /* We just said that we don't trust the content's header */
                examine_content ();
        }