Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zach Beane
zacl
Commits
cb8e95df
Commit
cb8e95df
authored
Oct 17, 2018
by
Dave Cooper
Browse files
Fixed typo on cl-base64 call in package-excl.lisp.
parent
bcfee1e7
Changes
1
Show whitespace changes
Inline
Side-by-side
package-excl.lisp
View file @
cb8e95df
...
...
@@ -546,7 +546,7 @@ values otherwise."
;;; BASE64
(
defun
excl:
n
base64-string-to-string
(
string
)
(
defun
excl:base64-string-to-string
(
string
)
(
cl-base64:base64-string-to-string
string
))
(
defun
excl:string-to-base64-string
(
str
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment