summaryrefslogtreecommitdiff
path: root/src/utils/pactl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/pactl.c')
-rw-r--r--src/utils/pactl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/pactl.c b/src/utils/pactl.c
index 3c1eeb0d0..35163f277 100644
--- a/src/utils/pactl.c
+++ b/src/utils/pactl.c
@@ -2746,6 +2746,7 @@ int main(int argc, char *argv[]) {
format = TEXT;
} else if (pa_streq(opt_format, "json")) {
format = JSON;
+ setlocale(LC_NUMERIC, "C");
} else {
pa_log(_("Invalid format value '%s'"), opt_format);
goto quit;