chiark / gitweb /
analyze: fix plot with bad y size
authorJeffrey Clark <h0tw1r3@gmail.com>
Wed, 23 Apr 2014 20:37:43 +0000 (22:37 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Wed, 23 Apr 2014 20:51:29 +0000 (22:51 +0200)
commita213b7e977221ca96bbc1b19a5a879c912ba2488
treea3944b1d749a1df4504bafa087ba0a353bba09a6
parent24072d36bcf6bb4bc84a2e1bbe0b3331c50c545a
analyze: fix plot with bad y size

systemd-analyze plot > test.svg produces output with all y and height
element attributes equal to zero. This of course causes the resulting
svg to appear blank (zero height). Bug does not affect x86. Looks like
a compiler optimization may be the culprit.

https://github.com/archlinuxarm/PKGBUILDs/issues/815
src/analyze/analyze.c