sysprof: Use PRIi64 instead of G_GINT64_FORMAT

This commit is contained in:
Rafael Fontenelle
2024-10-09 17:36:49 +00:00
parent 5707ed0cac
commit 7b7317ead2

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 *