mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Use gsize instead of gint. From Miroslaw Dobrzanski-Neumann
2002-04-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * tests/gio-test.c, tests/markup-test.c: Use gsize instead of gint. From Miroslaw Dobrzanski-Neumann <mne@mosaic-ag.com>. (#77982)
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
02def4879c
commit
e7d925595c
@@ -1,3 +1,9 @@
|
||||
2002-04-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* tests/gio-test.c, tests/markup-test.c: Use gsize instead of
|
||||
gint. From Miroslaw Dobrzanski-Neumann
|
||||
<mne@mosaic-ag.com>. (#77982)
|
||||
|
||||
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
||||
|
||||
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
||||
|
@@ -1,3 +1,9 @@
|
||||
2002-04-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* tests/gio-test.c, tests/markup-test.c: Use gsize instead of
|
||||
gint. From Miroslaw Dobrzanski-Neumann
|
||||
<mne@mosaic-ag.com>. (#77982)
|
||||
|
||||
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
||||
|
||||
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
||||
|
@@ -1,3 +1,9 @@
|
||||
2002-04-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* tests/gio-test.c, tests/markup-test.c: Use gsize instead of
|
||||
gint. From Miroslaw Dobrzanski-Neumann
|
||||
<mne@mosaic-ag.com>. (#77982)
|
||||
|
||||
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
||||
|
||||
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
||||
|
@@ -1,3 +1,9 @@
|
||||
2002-04-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* tests/gio-test.c, tests/markup-test.c: Use gsize instead of
|
||||
gint. From Miroslaw Dobrzanski-Neumann
|
||||
<mne@mosaic-ag.com>. (#77982)
|
||||
|
||||
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
||||
|
||||
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
||||
|
@@ -1,3 +1,9 @@
|
||||
2002-04-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* tests/gio-test.c, tests/markup-test.c: Use gsize instead of
|
||||
gint. From Miroslaw Dobrzanski-Neumann
|
||||
<mne@mosaic-ag.com>. (#77982)
|
||||
|
||||
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
||||
|
||||
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
||||
|
@@ -1,3 +1,9 @@
|
||||
2002-04-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* tests/gio-test.c, tests/markup-test.c: Use gsize instead of
|
||||
gint. From Miroslaw Dobrzanski-Neumann
|
||||
<mne@mosaic-ag.com>. (#77982)
|
||||
|
||||
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
||||
|
||||
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
||||
|
@@ -1,3 +1,9 @@
|
||||
2002-04-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* tests/gio-test.c, tests/markup-test.c: Use gsize instead of
|
||||
gint. From Miroslaw Dobrzanski-Neumann
|
||||
<mne@mosaic-ag.com>. (#77982)
|
||||
|
||||
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
||||
|
||||
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -134,7 +134,7 @@ static int
|
||||
test_file (const gchar *filename)
|
||||
{
|
||||
gchar *contents;
|
||||
gint length;
|
||||
gsize length;
|
||||
GError *error;
|
||||
GMarkupParseContext *context;
|
||||
|
||||
|
Reference in New Issue
Block a user