[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.16-test7-34-gb2606cf

Lennart Poettering gitmailer-noreply at 0pointer.de
Mon Sep 7 14:34:55 PDT 2009


This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The master branch has been updated
      from  508c462841fd087528649ed1ca3646363387bb5d (commit)

- Log -----------------------------------------------------------------
b2606cf i18n: move \r out of translatable string
-----------------------------------------------------------------------

Summary of changes:
 src/utils/pacat.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------

commit b2606cf641f01f688dcb05abcfef3ba003e74efb
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Sep 7 23:34:31 2009 +0200

    i18n: move \r out of translatable string
    
    https://bugzilla.redhat.com/show_bug.cgi?id=521552

diff --git a/src/utils/pacat.c b/src/utils/pacat.c
index 9264a06..0a369bc 100644
--- a/src/utils/pacat.c
+++ b/src/utils/pacat.c
@@ -574,9 +574,10 @@ static void stream_update_timing_callback(pa_stream *s, int success, void *userd
         return;
     }
 
-    pa_log(_("Time: %0.3f sec; Latency: %0.0f usec.  \r"),
+    fprintf(stderr, _("Time: %0.3f sec; Latency: %0.0f usec."),
             (float) usec / 1000000,
             (float) l * (negative?-1.0f:1.0f));
+    fprintf(stderr, "        \r");
 }
 
 /* Someone requested that the latency is shown */

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list