Mercurial > geeqie.yaz
changeset 1300:bd1c6e445396
fixed compiler warning
author | nadvornik |
---|---|
date | Mon, 16 Feb 2009 22:48:30 +0000 |
parents | d53d4a448fae |
children | 8c47a4f521ad |
files | src/remote.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/remote.c Mon Feb 16 21:01:27 2009 +0000 +++ b/src/remote.c Mon Feb 16 22:48:30 2009 +0000 @@ -70,7 +70,7 @@ GList *work; gchar *buffer = NULL; GError *error = NULL; - guint termpos; + gsize termpos; while ((status = g_io_channel_read_line(source, &buffer, NULL, &termpos, &error)) == G_IO_STATUS_NORMAL) {