From 2795a244d12552b0105efdc247f2cabf9d53900e Mon Sep 17 00:00:00 2001 From: Yevgen Muntyan <17531749+muntyan@users.noreply.github.com> Date: Sun, 27 Apr 2008 22:54:54 -0500 Subject: [PATCH] Don't use guint in place of gsize --- moo.mprj | 4 ++-- moo/mooutils/moospawn.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/moo.mprj b/moo.mprj index 6187371a..76c2b472 100644 --- a/moo.mprj +++ b/moo.mprj @@ -1,6 +1,6 @@ - debug + gtk-cvs build/darwin @@ -18,7 +18,7 @@ /home/muntyan/projects/gtk-2.6/moo - /home/muntyan/projects/gtk/build/moo + /Users/muntyan/projects/gtk/moo --enable-debug --enable-all-warnings --prefix=$PREFIX --with-fam --with-mooterm --enable-libmoo diff --git a/moo/mooutils/moospawn.c b/moo/mooutils/moospawn.c index e97460d6..a03199f3 100644 --- a/moo/mooutils/moospawn.c +++ b/moo/mooutils/moospawn.c @@ -285,7 +285,7 @@ process_line (MooCmd *cmd, else { GError *error = NULL; - guint bytes_written; + gsize bytes_written; real_line = g_convert_with_fallback (line, len, "UTF-8", charset, NULL, NULL, &bytes_written,