diff options
Diffstat (limited to 'tests/gio-test.c')
-rw-r--r-- | tests/gio-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gio-test.c b/tests/gio-test.c index 9f48ac481..ccbae3f56 100644 --- a/tests/gio-test.c +++ b/tests/gio-test.c @@ -64,7 +64,7 @@ read_all (int fd, guint *bytes_read) { guint left = nbytes; - guint nb; + gsize nb; GIOError error = G_IO_ERROR_NONE; char *bufp = buffer; |