Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37767907
en ru br
ALT Linux repos
S:2.6.0-alt0.5
5.0: 2.5.0-alt0.2
4.1: 2.5.0-alt0.2
4.0: 2.5.0-alt0.1
3.0: 2.3.1-alt1

Group :: Sound
RPM: moc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: moc-2.5.0-alpha1-on-change-fix.patch
Download


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)))) {
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin