mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 10:38:08 +01:00
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:
commit
1ff1e7d57a
@ -2300,7 +2300,7 @@ g_format_size_full (guint64 size,
|
||||
struct Format
|
||||
{
|
||||
guint64 factor;
|
||||
char string[9];
|
||||
char string[10];
|
||||
};
|
||||
|
||||
typedef enum
|
||||
|
Loading…
x
Reference in New Issue
Block a user