mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
Fix compile error in gdbusmessage.c for win64
https://bugzilla.gnome.org/show_bug.cgi?id=696973
This commit is contained in:
parent
2c8008a905
commit
1011e4269f
@ -1384,7 +1384,7 @@ read_string (GMemoryBuffer *mbuf,
|
||||
"Wanted to read %lu bytes but only got %lu",
|
||||
(gulong)len),
|
||||
(gulong)len,
|
||||
(gulong)mbuf->valid_len - mbuf->pos);
|
||||
(gulong)(mbuf->valid_len - mbuf->pos));
|
||||
mbuf->pos = mbuf->valid_len;
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user