oss-libsalsa (4.1-build1052b-2) lib/libsalsa/timer.c

Summary

 lib/libsalsa/timer.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

--- oss-libsalsa-4.1-build1052b.orig/lib/libsalsa/timer.c
+++ oss-libsalsa-4.1-build1052b/lib/libsalsa/timer.c
@@ -57,7 +57,7 @@
 
   timer = malloc (sizeof (*timer));
 
-  dbg_printf ("snd_timer_open(name='%s', mode=%x)=%x\n", name, mode, timer);
+  dbg_printf ("snd_timer_open(name='%s', mode=%x)=%p\n", name, mode, timer);
 
   if (timer == NULL)
     return -ENOMEM;