libsysprof-gtk: use 0 instead of -inf/inf

This commit is contained in:
Christian Hergert
2023-06-27 10:59:00 -07:00
parent 33b5c53a98
commit 514f913f40
4 changed files with 8 additions and 8 deletions

View File

@ -44,7 +44,7 @@ static double
sysprof_axis_real_normalize (SysprofAxis *axis,
const GValue *value)
{
return -INFINITY;
return .0;
}
static void