summaryrefslogtreecommitdiffstats
path: root/polyp/pactl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-11-21 18:15:33 +0000
committerLennart Poettering <lennart@poettering.net>2004-11-21 18:15:33 +0000
commit28d97441e7c88441c4fbc77458932af7fd61a59c (patch)
tree3ccf6114d2b4871153a7082fc200a9abf8e28c6a /polyp/pactl.c
parentc90409e4b74d1a4a405bdf560f280694b3e0bb29 (diff)
* new tool pacmd
* fix pacat/paplay/pactl for new API version * fix memory leak in pa_ioline git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@304 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/pactl.c')
-rw-r--r--polyp/pactl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/pactl.c b/polyp/pactl.c
index d73f703c..6300b656 100644
--- a/polyp/pactl.c
+++ b/polyp/pactl.c
@@ -41,7 +41,7 @@
#include <polyp/mainloop-signal.h>
#include <polyp/sample.h>
-#if PA_API_VERSION != 6
+#if PA_API_VERSION != 7
#error Invalid Polypaudio API version
#endif