diff src/audacious/signals.c @ 2785:182aa34ae6c4 trunk

[svn] - implement some audacious-remote functions. - implement some audacious-drct functions. - make some command line options work. (this may incur very slow startup.) - suppress warnings.
author yaz
date Tue, 22 May 2007 15:17:15 -0700
parents 52785bdac597
children 06858ea4b9d0
line wrap: on
line diff
--- a/src/audacious/signals.c	Sat May 19 16:59:48 2007 -0700
+++ b/src/audacious/signals.c	Tue May 22 15:17:15 2007 -0700
@@ -68,7 +68,7 @@
         g_printerr("Stacktrace (%zd frames):\n", size);
 
         for (i = 0; i < size; i++)
-           g_printerr("   %d. %s\n", i + 1, strings[i]);
+            g_printerr("   %ld. %s\n", (long)i + 1, strings[i]);
 
         g_free(strings);
     }