From e7d925595c887356132aa45f1fa4639aab37f8cd Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Mon, 8 Apr 2002 08:36:35 +0000 Subject: [PATCH] Use gsize instead of gint. From Miroslaw Dobrzanski-Neumann 2002-04-08 Sebastian Wilhelmi * tests/gio-test.c, tests/markup-test.c: Use gsize instead of gint. From Miroslaw Dobrzanski-Neumann . (#77982) --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-12 | 6 ++++++ ChangeLog.pre-2-2 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ tests/gio-test.c | 2 +- tests/markup-test.c | 2 +- 9 files changed, 44 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3a65e8d8..09fdefeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-04-08 Sebastian Wilhelmi + + * tests/gio-test.c, tests/markup-test.c: Use gsize instead of + gint. From Miroslaw Dobrzanski-Neumann + . (#77982) + 2002-04-08 Stanislav Brabec * cs.po: Added Czech (cs) to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 3a65e8d8..09fdefeb 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2002-04-08 Sebastian Wilhelmi + + * tests/gio-test.c, tests/markup-test.c: Use gsize instead of + gint. From Miroslaw Dobrzanski-Neumann + . (#77982) + 2002-04-08 Stanislav Brabec * cs.po: Added Czech (cs) to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 3a65e8d8..09fdefeb 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +2002-04-08 Sebastian Wilhelmi + + * tests/gio-test.c, tests/markup-test.c: Use gsize instead of + gint. From Miroslaw Dobrzanski-Neumann + . (#77982) + 2002-04-08 Stanislav Brabec * cs.po: Added Czech (cs) to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 3a65e8d8..09fdefeb 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +2002-04-08 Sebastian Wilhelmi + + * tests/gio-test.c, tests/markup-test.c: Use gsize instead of + gint. From Miroslaw Dobrzanski-Neumann + . (#77982) + 2002-04-08 Stanislav Brabec * cs.po: Added Czech (cs) to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 3a65e8d8..09fdefeb 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +2002-04-08 Sebastian Wilhelmi + + * tests/gio-test.c, tests/markup-test.c: Use gsize instead of + gint. From Miroslaw Dobrzanski-Neumann + . (#77982) + 2002-04-08 Stanislav Brabec * cs.po: Added Czech (cs) to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 3a65e8d8..09fdefeb 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2002-04-08 Sebastian Wilhelmi + + * tests/gio-test.c, tests/markup-test.c: Use gsize instead of + gint. From Miroslaw Dobrzanski-Neumann + . (#77982) + 2002-04-08 Stanislav Brabec * cs.po: Added Czech (cs) to ALL_LINGUAS. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 3a65e8d8..09fdefeb 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2002-04-08 Sebastian Wilhelmi + + * tests/gio-test.c, tests/markup-test.c: Use gsize instead of + gint. From Miroslaw Dobrzanski-Neumann + . (#77982) + 2002-04-08 Stanislav Brabec * cs.po: Added Czech (cs) to ALL_LINGUAS. diff --git a/tests/gio-test.c b/tests/gio-test.c index 9f48ac48..ccbae3f5 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; diff --git a/tests/markup-test.c b/tests/markup-test.c index fa75a301..53b86c2c 100644 --- a/tests/markup-test.c +++ b/tests/markup-test.c @@ -134,7 +134,7 @@ static int test_file (const gchar *filename) { gchar *contents; - gint length; + gsize length; GError *error; GMarkupParseContext *context; -- 2.34.1