summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ifuse-photos-to-tmp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ifuse-photos-to-tmp b/bin/ifuse-photos-to-tmp
index ca54b35d..6b43b9d2 100755
--- a/bin/ifuse-photos-to-tmp
+++ b/bin/ifuse-photos-to-tmp
@@ -97,6 +97,7 @@ find(sub {
}
if (defined $ext && defined $dt) {
+ # TODO factor out Local::Rename::suffix_until_unique()
my $target =
catfile($dest,
$dt->strftime('%Y-%m-%d %H.%M.%S') . "." . $ext);