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