mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user