[pulseaudio-commits] r1230 - /trunk/src/pulsecore/namereg.h
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Sat Aug 12 10:59:11 PDT 2006
Author: lennart
Date: Sat Aug 12 19:59:10 2006
New Revision: 1230
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=1230&root=pulseaudio&view=rev
Log:
extend maximum sink/source name length, because HAL UDIs can get ridiculously long
Modified:
trunk/src/pulsecore/namereg.h
Modified: trunk/src/pulsecore/namereg.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/pulsecore/namereg.h?rev=1230&root=pulseaudio&r1=1229&r2=1230&view=diff
==============================================================================
--- trunk/src/pulsecore/namereg.h (original)
+++ trunk/src/pulsecore/namereg.h Sat Aug 12 19:59:10 2006
@@ -24,7 +24,7 @@
#include <pulsecore/core.h>
-#define PA_NAME_MAX 64
+#define PA_NAME_MAX 128
typedef enum pa_namereg_type {
PA_NAMEREG_SINK,
More information about the pulseaudio-commits
mailing list