changeset 16870:09ad0b5e6643

add a \n after whole cache fill.
author ods15
date Thu, 27 Oct 2005 06:55:05 +0000
parents 0eea5b39a21a
children 0586a1ffba44
files libmpdemux/cache2.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/cache2.c	Wed Oct 26 22:57:15 2005 +0000
+++ b/libmpdemux/cache2.c	Thu Oct 27 06:55:05 2005 +0000
@@ -299,6 +299,7 @@
 	if(mp_input_check_interrupt(PREFILL_SLEEP_TIME))
 	  return 0;
     }
+    mp_msg(MSGT_CACHE,MSGL_STATUS,"\n");
     return 1; // parent exits
   }