Fix display of signed/unsigned debug msg.

Also twiddle the .gitignore file.
This commit is contained in:
Tim LaBerge
2012-04-07 20:05:04 -07:00
parent d139a3d89a
commit baa5fdff85
2 changed files with 3 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ debug_msg (debug_flags_t flags, char *fmt, ...)
* Returns an allocated buffer that must be freed by the caller.
*/
GString *
format_value (XmlSettings *xml, guint value)
format_value (XmlSettings *xml, gint value)
{
GString *buf = g_string_sized_new(1);
EffectValues *values = NULL;