On Sat, Mar 9, 2013 at 4:56 PM, Pierre Schmitz <[email protected]> wrote:
> Am 09.03.2013 23:41, schrieb Kok, Auke-jan H:
>> The problem is that the code is now generating coordinates as follows:
>>
>> <rect class="box" x="0" y="0" width="2204,000" height="3440,000" />
>>
>> Obviously, that needs to be a "." and not a ",".
>>
>> Do you get proper output if you run `LC_NUMERIC=C systemd-analyze plot` ... ?
>
> Good catch, this will produce the following output which renders just
> fine: http://paste.xinu.at/3IYLR/
And, it's already fixed in git. Lennart did some cleanups in between
breakfast and coffee after v198 and committed a cleanup to
systemd-analyze which includes:
@@ -776,18 +820,19 @@ int main(int argc, char *argv[]) {
DBusConnection *bus = NULL;
setlocale(LC_ALL, "");
+ setlocale(LC_NUMERIC, "C"); /* we want to format/parse floats
in C style */
So, if you have time please try again from git, and let us know, but I
consider the bug solved.
Cheers,
Auke
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel