Группа :: Звук
Пакет: xmms
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: xmms-fix-smallfiles.patch
--- ./Output/OSS/audio.c.gege Thu Oct 5 23:31:38 2000
+++ ./Output/OSS/audio.c Thu Oct 5 23:33:00 2000
@@ -459,6 +459,9 @@
length -= cnt;
off += cnt;
}
+ // eliminate hang in oss_loop when size of file<prebuffer_size
+ if(prebuffer_size > off)
+ prebuffer_size = off;
}
else
{