Fix a number of missing fopen_boost replacements; might fix problems with adding...
[dcpomatic.git] / src / lib / cross.cc
index 7436dbf26a9b4582edcfb8e1702638b2e91d3416..746b4f509c7e010a7c0203eda85bc155239af779 100644 (file)
@@ -187,7 +187,7 @@ run_ffprobe (boost::filesystem::path content, boost::filesystem::path out, share
                return;
        }
 
-       FILE* o = fopen (out.string().c_str(), "w");
+       FILE* o = fopen_boost (out, "w");
        if (!o) {
                log->log ("ffprobe call failed (could not create output file)");
                return;