summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-27 13:19:00 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-27 13:19:00 +0100
commit0b10a538b264dc4ff0ad8362b11825b526fe37df (patch)
tree692fbf3f24adfad418828a21e913cf26f642dfe8 /src
parent94600ee6d98ee4a6dd0018e22c2b361ca7bc22d2 (diff)
Ignore Language node in MainSound.
Diffstat (limited to 'src')
-rw-r--r--src/cpl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpl.cc b/src/cpl.cc
index 80962f4f..93deedf8 100644
--- a/src/cpl.cc
+++ b/src/cpl.cc
@@ -126,6 +126,7 @@ MainSound::MainSound (xmlpp::Node const * node)
duration = int64_node ("Duration");
ignore_node ("Hash");
+ ignore_node ("Language");
done ();
}