Merge branch 'fix_g_format_size_full' into 'master'

Fixing g_format_size_full() on Windows-x64

See merge request GNOME/glib!845
This commit is contained in:
Philip Withnall 2019-05-15 11:27:49 +00:00
commit 1ff1e7d57a

View File

@ -2300,7 +2300,7 @@ g_format_size_full (guint64 size,
struct Format struct Format
{ {
guint64 factor; guint64 factor;
char string[9]; char string[10];
}; };
typedef enum typedef enum