Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37816892
en ru br
Репозитории ALT
S:2.6.0-alt0.5
5.1: 2.5.0-alt0.6
4.1: 2.5.0-alt0.2
4.0: 2.5.0-alt0.1
3.0: 2.3.1-alt1
www.altlinux.org/Changes

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

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

Патч: moc-2.5.0-alpha1-on-change-fix.patch
Скачать


diff --git moc/server.c moc/server.c
index f2e15fc..58e0c44 100644
--- moc/server.c
+++ moc/server.c
@@ -395,7 +395,7 @@ void on_song_change()
 		return;
 
 	curr_file = audio_get_sname();
-	command = strdup(options_get_str("OnSongChange"));
+	command = xstrdup(options_get_str("OnSongChange"));
 
 	if((command)&&(curr_file) && 
 			((!last_file) || (strcmp(last_file,curr_file)))) {
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin