0.9.0.1
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
[0.9.0.1]
|
[0.9.0.1]
|
||||||
|
|
||||||
- Better tmp dir
|
- Better tmp dir
|
||||||
|
- Fix bug that would cause sort to mess up if "-" in dirname
|
||||||
|
|
||||||
[0.9.0.0]
|
[0.9.0.0]
|
||||||
|
|
||||||
|
|||||||
2
leaf.php
2
leaf.php
@@ -1185,7 +1185,7 @@ if (args("prerotated")) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
foreach ($files as $file) {
|
foreach ($files as $file) {
|
||||||
$num = filter_var($file, FILTER_SANITIZE_NUMBER_INT);
|
$num = abs(filter_var($file, FILTER_SANITIZE_NUMBER_INT));
|
||||||
if ($num < $midpoint_key) {
|
if ($num < $midpoint_key) {
|
||||||
$new = args("dir").sprintf('%03d',$e)."-".basename($file);
|
$new = args("dir").sprintf('%03d',$e)."-".basename($file);
|
||||||
$ops[$e] = array($file,$new,$leftrotation);
|
$ops[$e] = array($file,$new,$leftrotation);
|
||||||
|
|||||||
Reference in New Issue
Block a user