mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 15:10:53 +00:00
libsysprof-gtk: use 0 instead of -inf/inf
This commit is contained in:
@ -44,7 +44,7 @@ static double
|
||||
sysprof_axis_real_normalize (SysprofAxis *axis,
|
||||
const GValue *value)
|
||||
{
|
||||
return -INFINITY;
|
||||
return .0;
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user