changeset 1033:ed22a3a3027f

Add space around openmpt extra args.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 20 Nov 2015 07:20:39 +0200
parents 9fffc9e7e1b6
children 8fecb417e6a9
files faptool.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }