%.*s, not %*s

master
Yevgen Muntyan 2008-02-20 06:50:00 -06:00
parent e4a4fa2d13
commit 393dfc1f95
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ process_line (MooCmd *cmd,
if (!real_line)
{
g_warning ("%s: could not convert text to UTF-8:\n%*s",
g_warning ("%s: could not convert text to UTF-8:\n%.*s",
G_STRLOC, (int) len, line);
g_warning ("%s: %s", G_STRLOC, error->message);
}