# HG changeset patch # User Matti Hamalainen # Date 1447996839 -7200 # Node ID ed22a3a3027f1824070ca2b65be0f6cc33ea2a55 # Parent 9fffc9e7e1b683c9fd4ae7222ba53a00e9d4eed4 Add space around openmpt extra args. diff -r 9fffc9e7e1b6 -r ed22a3a3027f faptool.php --- a/faptool.php Thu Nov 19 21:57:19 2015 +0200 +++ b/faptool.php Fri Nov 20 07:20:39 2015 +0200 @@ -98,7 +98,7 @@ "--samplerate ".$sfreq." ". "--channels ".$schannels." ". "--end-time ".($sduration)." ". - stGetSetting("openmpt123ExtraArgs"). + stGetSetting("openmpt123ExtraArgs")." ". escapeshellarg($inFilename)." -o ".escapeshellarg($outFilename), 0); }