diff src/madplug/input.c @ 613:85a70ace8c02 trunk

[svn] - press F5 on not yet played stream no longer hangs. - some cleanups.
author yaz
date Wed, 07 Feb 2007 01:10:37 -0800
parents 951b24719ce9
children a7a28782c1b0
line wrap: on
line diff
--- a/src/madplug/input.c	Tue Feb 06 21:01:15 2007 -0800
+++ b/src/madplug/input.c	Wed Feb 07 01:10:37 2007 -0800
@@ -123,6 +123,7 @@
     info->remote = info->size == 0 ? TRUE : FALSE;
 
 #ifdef DEBUG
+    g_message("i: info->size == %lu", info->size);
     g_message("e: input_init");
 #endif
     return TRUE;