Ignore Language node in MainSound.
authorCarl Hetherington <cth@carlh.net>
Mon, 27 Aug 2012 12:19:00 +0000 (13:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 27 Aug 2012 12:19:00 +0000 (13:19 +0100)
src/cpl.cc

index 80962f4fffca14e13d96de0160db1b8aa4e5744a..93deedf8945488a3b44910a1e7919206ab61dda9 100644 (file)
@@ -126,6 +126,7 @@ MainSound::MainSound (xmlpp::Node const * node)
        duration = int64_node ("Duration");
 
        ignore_node ("Hash");
+       ignore_node ("Language");
        
        done ();
 }