mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Fix compile error in gdbusmessage.c for win64
https://bugzilla.gnome.org/show_bug.cgi?id=696973
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user