diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/pabrowse.c | 2 | ||||
-rw-r--r-- | src/utils/pacat.c | 2 | ||||
-rw-r--r-- | src/utils/pacmd.c | 6 | ||||
-rw-r--r-- | src/utils/pactl.c | 2 | ||||
-rwxr-xr-x | src/utils/padsp | 2 | ||||
-rw-r--r-- | src/utils/padsp.c | 2 | ||||
-rw-r--r-- | src/utils/paplay.c | 2 | ||||
-rw-r--r-- | src/utils/pasuspender.c | 2 | ||||
-rw-r--r-- | src/utils/pax11publish.c | 2 |
9 files changed, 3 insertions, 19 deletions
diff --git a/src/utils/pabrowse.c b/src/utils/pabrowse.c index d88001ef..f2ed9553 100644 --- a/src/utils/pabrowse.c +++ b/src/utils/pabrowse.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /*** This file is part of PulseAudio. diff --git a/src/utils/pacat.c b/src/utils/pacat.c index fc9d56d6..ee784a99 100644 --- a/src/utils/pacat.c +++ b/src/utils/pacat.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /*** This file is part of PulseAudio. diff --git a/src/utils/pacmd.c b/src/utils/pacmd.c index dff9af9d..67d95252 100644 --- a/src/utils/pacmd.c +++ b/src/utils/pacmd.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /*** This file is part of PulseAudio. @@ -65,7 +63,9 @@ int main(PA_GCC_UNUSED int argc, PA_GCC_UNUSED char*argv[]) { memset(&sa, 0, sizeof(sa)); sa.sun_family = AF_UNIX; - cli = pa_runtime_path("cli"); + if (!(cli = pa_runtime_path("cli"))) + goto fail; + pa_strlcpy(sa.sun_path, cli, sizeof(sa.sun_path)); pa_xfree(cli); diff --git a/src/utils/pactl.c b/src/utils/pactl.c index 1f875a88..4cca2f86 100644 --- a/src/utils/pactl.c +++ b/src/utils/pactl.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /*** This file is part of PulseAudio. diff --git a/src/utils/padsp b/src/utils/padsp index c70c3af7..4fe175c2 100755 --- a/src/utils/padsp +++ b/src/utils/padsp @@ -1,7 +1,5 @@ #!/bin/sh -# $Id$ -# # This file is part of PulseAudio. # # Copyright 2006 Lennart Poettering diff --git a/src/utils/padsp.c b/src/utils/padsp.c index e43a0de2..d650707e 100644 --- a/src/utils/padsp.c +++ b/src/utils/padsp.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /*** This file is part of PulseAudio. diff --git a/src/utils/paplay.c b/src/utils/paplay.c index fddbb18c..1b6228b1 100644 --- a/src/utils/paplay.c +++ b/src/utils/paplay.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /*** This file is part of PulseAudio. diff --git a/src/utils/pasuspender.c b/src/utils/pasuspender.c index 05d96a68..5b4885db 100644 --- a/src/utils/pasuspender.c +++ b/src/utils/pasuspender.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /*** This file is part of PulseAudio. diff --git a/src/utils/pax11publish.c b/src/utils/pax11publish.c index 9a50f8ef..eee7b6a8 100644 --- a/src/utils/pax11publish.c +++ b/src/utils/pax11publish.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /*** This file is part of PulseAudio. |