chiark
/
gitweb
/
~mdw
/
tgal
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0485371
)
mason/.perl-lib/TrivGal.pm (Image::scale): Put `-' in temporary file name.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 11 Jun 2023 16:48:42 +0000
(17:48 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 12 Jun 2023 10:48:39 +0000
(11:48 +0100)
After all, this what `clean_temp_files' is looking for.
mason/.perl-lib/TrivGal.pm
patch
|
blob
|
blame
|
history
diff --git
a/mason/.perl-lib/TrivGal.pm
b/mason/.perl-lib/TrivGal.pm
index eb82db27ad9e78951de701ceaf991b42a4588785..9b05723d984e19c06c8da7c4bd27eb1bb18ff7d1 100644
(file)
--- a/
mason/.perl-lib/TrivGal.pm
+++ b/
mason/.perl-lib/TrivGal.pm
@@
-252,7
+252,7
@@
package TrivGal::Image {
$scaled->image_set_format($ty->imlibfmt);
$scaled->set_quality(90);
- my $new = "$TMP/t$
{$}
$ext";
+ my $new = "$TMP/t$
$-
$ext";
make_path $TMP;
$scaled->save($new);
make_path $dir;