From 16c78fca279f046b405cbab8800199893fc39f6e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 19 Sep 2004 23:14:59 +0000 Subject: update to current polypaudio git-svn-id: file:///home/lennart/svn/public/paman/trunk@35 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- src/SourceOutputWindow.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SourceOutputWindow.cc') 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); -- cgit