summaryrefslogtreecommitdiffstats
path: root/src/SourceOutputWindow.cc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-19 23:14:59 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-19 23:14:59 +0000
commit16c78fca279f046b405cbab8800199893fc39f6e (patch)
treef8651cf4e03c07a3a6b459d008eb0508a8aff92c /src/SourceOutputWindow.cc
parent9481de22354d1f07212c39a9ed67134930bfe2a5 (diff)
update to current polypaudio
git-svn-id: file:///home/lennart/svn/public/paman/trunk@35 cdefa82f-4ce1-0310-97f5-ab6066f37c3c
Diffstat (limited to 'src/SourceOutputWindow.cc')
-rw-r--r--src/SourceOutputWindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SourceOutputWindow.cc b/src/SourceOutputWindow.cc
index e2cc5db..fde5c0e 100644
--- a/src/SourceOutputWindow.cc
+++ b/src/SourceOutputWindow.cc
@@ -48,7 +48,7 @@ SourceOutputWindow* SourceOutputWindow::create() {
}
void SourceOutputWindow::updateInfo(const SourceOutputInfo &i) {
- char t[100], ss[PA_SAMPLE_SNPRINT_MAX_LENGTH];
+ char t[100], ss[PA_SAMPLE_SPEC_SNPRINT_MAX];
nameLabel->set_text(i.name);
snprintf(t, sizeof(t), "#%u", i.index);