Don't use guint in place of gsize

master
Yevgen Muntyan 2008-04-27 22:54:54 -05:00
parent cdf2e202a5
commit 2795a244d1
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<medit-project version="1.0" type="C" name="moo">
<active>debug</active>
<active>gtk-cvs</active>
<configurations>
<darwin>
<build_dir>build/darwin</build_dir>
@ -18,7 +18,7 @@
<build_dir>/home/muntyan/projects/gtk-2.6/moo</build_dir>
</gtk-2.6>
<gtk-cvs>
<build_dir>/home/muntyan/projects/gtk/build/moo</build_dir>
<build_dir>/Users/muntyan/projects/gtk/moo</build_dir>
<configure>
<args>--enable-debug --enable-all-warnings --prefix=$PREFIX --with-fam --with-mooterm --enable-libmoo</args>
<vars>

View File

@ -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,