Fix display of signed/unsigned debug msg.
Also twiddle the .gitignore file.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,3 +3,5 @@
|
|||||||
cscope.*
|
cscope.*
|
||||||
tags
|
tags
|
||||||
gdigi
|
gdigi
|
||||||
|
*.orig
|
||||||
|
*.swp
|
||||||
|
|||||||
2
gdigi.c
2
gdigi.c
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user