mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Use G_GSSIZE_FORMAT where needed (#577884)
This commit is contained in:
@@ -458,8 +458,8 @@ test_initial_structure (gconstpointer test_data)
|
||||
PATTERN_FILE_SIZE, NULL, &error);
|
||||
g_assert_no_error (error);
|
||||
total_read += read;
|
||||
log (" read %d bytes, total = %d of %d.\n", (int) read,
|
||||
(int) total_read, PATTERN_FILE_SIZE);
|
||||
log (" read %"G_GSSIZE_FORMAT" bytes, total = %"G_GSSIZE_FORMAT" of %d.\n",
|
||||
read, total_read, PATTERN_FILE_SIZE);
|
||||
}
|
||||
g_assert_cmpint (total_read, ==, PATTERN_FILE_SIZE);
|
||||
|
||||
|
Reference in New Issue
Block a user