Minor tweak to clarify hint with content at 2.35:1 and DCP at 2.39:1.
[dcpomatic.git] / src / wx / swaroop_controls.cc
index aa3a095ec459411bd487f3bdac4f14b81658e259..b2b1a2bdaef79039b4c1ddd213e98bd1e7341df7 100644 (file)
@@ -144,6 +144,9 @@ SwaroopControls::check_restart ()
                }
        }
 
+#ifdef DCPOMATIC_LINUX
+       fsync (fileno(f));
+#endif
        fclose (f);
 }