summaryrefslogtreecommitdiff
path: root/src/modules/module-esound-compat-spawnfd.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@debian.org>2011-08-23 18:36:40 +0200
committerSjoerd Simons <sjoerd@debian.org>2011-08-23 18:36:40 +0200
commiteb98b00a0e5aab8d6e77bc18223316a36b5ff26d (patch)
tree2a845603226a16542e10615a9b57e388100231b7 /src/modules/module-esound-compat-spawnfd.c
parentc9e69b0e35d5242394d371ea5576f430ece3eeeb (diff)
Imported Upstream version 0.99.2
Diffstat (limited to 'src/modules/module-esound-compat-spawnfd.c')
-rw-r--r--src/modules/module-esound-compat-spawnfd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/module-esound-compat-spawnfd.c b/src/modules/module-esound-compat-spawnfd.c
index 617d5a1..e2488fc 100644
--- a/src/modules/module-esound-compat-spawnfd.c
+++ b/src/modules/module-esound-compat-spawnfd.c
@@ -47,7 +47,8 @@ static const char* const valid_modargs[] = {
int pa__init(pa_module*m) {
pa_modargs *ma = NULL;
- int ret = -1, fd = -1;
+ int ret = -1;
+ int32_t fd = -1;
char x = 1;
pa_assert(m);