diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-09 22:53:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-09 22:53:50 +0100 |
| commit | c2c7b454d8ca179880942e3341dd8b17c084f5a3 (patch) | |
| tree | 4e666206899c912a6bc7e1d297c385c2669f2995 /src | |
| parent | 512111e31041dfc4f16ce7a06e6c01151c40cda8 (diff) | |
Tweak message.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sound_asset.cc | 2 |
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; } |
