]> git.plutz.net Git - serve0/commitdiff
typo fix
authorpaul <paul@plutz.net>
Tue, 20 Jan 2015 12:20:11 +0000 (12:20 +0000)
committerpaul <paul@plutz.net>
Tue, 20 Jan 2015 12:20:11 +0000 (12:20 +0000)
svn path=/trunk/; revision=33

pages/videoview.sh

index b786b7472d5defd0add80035175b87b715f5bea3..33f47dd7c2a0db0e69741d4513200d340a2acf51 100755 (executable)
@@ -118,7 +118,7 @@ VIDEOend
 
 _by_name(){ find ${_DATA}/videos/ -mindepth 1 -maxdepth 1 -printf '%f\n' |sort |egrep -i "$file_pattern" }
 _by_date(){ ls -c ${_DATA}/videos/ |egrep -i "$file_pattern" }
-_by_length(){ find ${_DATA}/by_length/ -mindepth 1 -maxdepth 1 -ptintf '%f\n' |sort |sed -r 's:[0-9]{5} - ::g' }
+_by_length(){ find ${_DATA}/by_length/ -mindepth 1 -maxdepth 1 -printf '%f\n' |sort |sed -r 's:[0-9]{5} - ::' }
 
 thumblist() {
   cache="${_DATA}/cache/?o=${order}&s=${search}&f=${filter}&p=${page}"