Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37790552
en ru br
Репозитории ALT

Группа :: Звук
Пакет: din

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: din-5.2.1-alt-ftbfs.patch
Скачать


diff --git a/din/include/random.h b/din/include/random.h
index 9125b26..cbbbf03 100644
--- a/din/include/random.h
+++ b/din/include/random.h
@@ -54,7 +54,7 @@ inline void seed_rand_gen (unsigned int s)
 inline unsigned int get_rand_32 (void)
 {
     unsigned int y;
-    static unsigned int mag01[2]={0x0, MATRIX_A};
+    static unsigned int mag01[2]={0x0, (unsigned int)MATRIX_A};
     /* mag01[x] = x * MATRIX_A  for x=0,1 */
 
     if (mti >= N) { /* generate N words at one time */
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin