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

@ -81,7 +81,7 @@ get_as_double (const GValue *value)
return g_value_get_double (&dst);
}
return -INFINITY;
return .0;
}
static void