summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-08 11:02:34 +0000
committerSean Whitton <spwhitton@spwhitton.name>2020-01-08 11:02:34 +0000
commitdc8ff027a3ead12ec492c09c4a06d0e25536304b (patch)
treeb1d07793ee208e56f400fd8432aa7c4899fa46c1
parent6596883be13d92830497fe8d15751107376a3ade (diff)
downloaddotfiles-dc8ff027a3ead12ec492c09c4a06d0e25536304b.tar.gz
TODO
-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);