diff options
-rw-r--r-- | src/utils/pacat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/pacat.c b/src/utils/pacat.c index d6c04db7..781bfa33 100644 --- a/src/utils/pacat.c +++ b/src/utils/pacat.c @@ -768,7 +768,6 @@ int main(int argc, char *argv[]) { case ARG_STREAM_NAME: { char *t; - t = pa_locale_to_utf8(optarg); if (!(t = pa_locale_to_utf8(optarg)) || pa_proplist_sets(proplist, PA_PROP_MEDIA_NAME, t) < 0) { |