Fixed var typo

This commit is contained in:
Emmet
2024-04-13 14:46:26 -05:00
parent 1e4e8f3391
commit 07b978db35

View File

@@ -121,7 +121,7 @@ Argument _BACKEND refers to export backend."
"Extract png from given KRA-PATH and return data." "Extract png from given KRA-PATH and return data."
(with-temp-buffer (with-temp-buffer
(set-buffer-multibyte nil) (set-buffer-multibyte nil)
(archive-zip-extract (expand-file-name kra-path) org-krita-extract-png) (archive-zip-extract (expand-file-name kra-path) org-krita-extract-filename)
(buffer-string))) (buffer-string)))
(defun org-krita-get-links () (defun org-krita-get-links ()