Remove erroneous call to optional_node_child().
authorCarl Hetherington <cth@carlh.net>
Sun, 9 May 2021 20:07:51 +0000 (22:07 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 9 May 2021 20:07:51 +0000 (22:07 +0200)
commitb50a098f422cdb671a67ccb41e2837aa505e405b
treeb903e7e82257a2d8fba0ca0b1ea2ea610190e299
parent21702cc5f4b0e6fc7114f9fffb118246fbfda2e2
Remove erroneous call to optional_node_child().

Just after this we loop over all <Text> nodes, and optional_node_child
will raise an exception if there is more than one.
src/lib/text_content.cc
test/film_metadata_test.cc