diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-11 13:59:17 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-11 13:59:17 +0000 |
| commit | 341e6cb241c95e052742628b5e7967662a552a51 (patch) | |
| tree | b02480655a6b5668ffc3d98bc77db6c5e9fdacc6 /src/lib | |
| parent | 60990830b23f295d218b6ae549654e5c67a7bdff (diff) | |
Various small UI tidy-ups.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/stream.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/stream.cc b/src/lib/stream.cc index 9d10813f7..fd7eccfbf 100644 --- a/src/lib/stream.cc +++ b/src/lib/stream.cc @@ -28,7 +28,7 @@ AudioStream::AudioStream (string t) stringstream n (t); n >> _id >> _sample_rate >> _channel_layout; - for (int i = 0; i < 2; ++i) { + for (int i = 0; i < 3; ++i) { size_t const s = t.find (' '); if (s != string::npos) { t = t.substr (s + 1); |
