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

2
.gitignore vendored
View File

@@ -3,3 +3,5 @@
cscope.* cscope.*
tags tags
gdigi gdigi
*.orig
*.swp

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. * Returns an allocated buffer that must be freed by the caller.
*/ */
GString * GString *
format_value (XmlSettings *xml, guint value) format_value (XmlSettings *xml, gint value)
{ {
GString *buf = g_string_sized_new(1); GString *buf = g_string_sized_new(1);
EffectValues *values = NULL; EffectValues *values = NULL;