[Pkg-owncloud-commits] [owncloud] 04/111: Fixed the rebellous space, replaced with a tab
David Prévot
taffit at moszumanska.debian.org
Wed Nov 20 21:38:34 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 4b5083e3ca573bc4e57e253b7e4229d63cb4ccc9
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Fri Nov 8 12:27:53 2013 +0100
Fixed the rebellous space, replaced with a tab
---
lib/private/preview/movies.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/private/preview/movies.php b/lib/private/preview/movies.php
index 5c6a156..3ba3bdf 100644
--- a/lib/private/preview/movies.php
+++ b/lib/private/preview/movies.php
@@ -49,7 +49,7 @@ if (!\OC_Util::runningOnWindows()) {
if (self::$avconvBinary) {
$cmd = self::$avconvBinary . ' -an -y -ss 1'.
- ' -i ' . escapeshellarg($absPath) .
+ ' -i ' . escapeshellarg($absPath) .
' -f mjpeg -vframes 1 ' . escapeshellarg($tmpPath) .
' > /dev/null 2>&1';
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list