summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-09 22:53:50 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-09 22:53:50 +0100
commitc2c7b454d8ca179880942e3341dd8b17c084f5a3 (patch)
tree4e666206899c912a6bc7e1d297c385c2669f2995
parent512111e31041dfc4f16ce7a06e6c01151c40cda8 (diff)
Tweak message.
-rw-r--r--src/sound_asset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset.cc b/src/sound_asset.cc
index 71d1d9ff..d8ea94d1 100644
--- a/src/sound_asset.cc
+++ b/src/sound_asset.cc
@@ -232,7 +232,7 @@ SoundAsset::equals (shared_ptr<const Asset> other, EqualityOptions opt) const
}
if (buffer_A.Size() != buffer_B.Size()) {
- notes.push_back ("sizes of video data for frame " + lexical_cast<string>(i) + " differ");
+ notes.push_back ("sizes of audio data for frame " + lexical_cast<string>(i) + " differ");
continue;
}