summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cscript2
-rw-r--r--src/wx/verify_dcp_result_panel.cc3
2 files changed, 1 insertions, 4 deletions
diff --git a/cscript b/cscript
index 1b1cf9812..551ebc080 100644
--- a/cscript
+++ b/cscript
@@ -502,7 +502,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', 'c518cd441ca263444d196b794a293a384a5d34fc', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'a0814a2e44e56d0378c6a47ca9c741de5cfe6356', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.59'))
deps.append(('leqm-nrt', 'd75d0af984d9c14bfefca8f1bdbc215c3bf3a388'))
if target.platform != 'linux' or target.distro != 'arch':
diff --git a/src/wx/verify_dcp_result_panel.cc b/src/wx/verify_dcp_result_panel.cc
index 616e90444..425a3eb00 100644
--- a/src/wx/verify_dcp_result_panel.cc
+++ b/src/wx/verify_dcp_result_panel.cc
@@ -193,9 +193,6 @@ VerifyDCPResultPanel::add(shared_ptr<const VerifyDCPJob> job, bool many)
dcp::Time(note.frame().get(), note.frame_rate()->as_float(), note.frame_rate()->numerator).as_string(dcp::Standard::SMPTE)
));
}
- if (auto const n = note.note()) {
- message.Replace(char_to_wx("%n"), std_to_wx(*n));
- }
if (auto const f = note.file()) {
message.Replace(char_to_wx("%f"), std_to_wx(f->filename().string()));
}