Skip to content

Commit

Permalink
Fix previous commit oO
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Aug 19, 2021
1 parent e52ab07 commit 029df56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameshot.el
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ configuration if any."
(frameshot-imagemagick-convert
(funcall (or .camera frameshot-camera-function)
(expand-file-name
(concat ( .name (concat .name "-"))
(concat (and .name (concat .name "-"))
(format-time-string "%Y%m%d-%H:%M:%S"))
.output)))))

Expand Down

0 comments on commit 029df56

Please sign in to comment.