This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository mteleplayer. from 99a3ff4 fix for last commit new 1594445 typo fix The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: serverside/bin/mteleplayer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/mteleplayer.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository mteleplayer. commit 15944455a6197aa7649b022138b64a1e1c6bdc16 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jul 4 10:44:33 2014 +0200 typo fix --- serverside/bin/mteleplayer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverside/bin/mteleplayer b/serverside/bin/mteleplayer index 046f677..8b9aed2 100755 --- a/serverside/bin/mteleplayer +++ b/serverside/bin/mteleplayer @@ -784,7 +784,7 @@ sub mtpTeKiRemoteFileSetup { # Later maybe create a <SAME_UNIQUEID>.info file that cointains Title and other stuff that can make the GUI info etc pre load and look smoother.... if (-l "$remoteDir/$uniqueFileID.file") { if (($AorV eq "A") and (-x "$theLIBDIR/mTPAArtExtractor")) { - system("$theLIBDIR/mTPAArtExtractor" $remoteDir/$uniqueFileID.file &"); + system("$theLIBDIR/mTPAArtExtractor $remoteDir/$uniqueFileID.file &"); } return $uniqueFileID; } else {return 0;} -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/mteleplayer.git