Merge branch 'rafaelff-PRIi64' into 'master'

sysprof: Use PRIi64 instead of G_GINT64_FORMAT

See merge request GNOME/sysprof!108
This commit is contained in:
Christian Hergert
2024-10-09 18:04:39 +00:00

View File

@ -53,7 +53,7 @@ format_event_count (GObject *unused,
gint64 event_count)
{
/* translators: this expands to the number of events recorded by the profiler as an indicator of progress */
return g_strdup_printf (_("%"G_GINT64_FORMAT" events"), event_count);
return g_strdup_printf (_("%"PRIi64" events"), event_count);
}
static char *