Skip to content

Commit

Permalink
Fix crash in the Watermark plugin if screenshot name includes spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Photon89 authored Sep 7, 2024
1 parent cdbb6ea commit 5d82f76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ sub apply_effect {

my $command2 = "composite " . $tmpfilename .
" -gravity " . $gravity_combo->get_active_text .
" " . $filename . " " . $tmpfilename2;
" " . "\"$filename\"" . " " . $tmpfilename2;
my $output2 = `$command2`;
}

Expand Down

0 comments on commit 5d82f76

Please sign in to comment.