mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01: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:
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user