Rename nonexistent function

`cask build 2>&1 | wc -l` down from 445 to 444
This commit is contained in:
contrapunctus 2021-03-16 23:38:28 +05:30
parent 69f5e9c6f0
commit 9483d28284
2 changed files with 2 additions and 2 deletions

View File

@ -12562,7 +12562,7 @@ set; the target waits for one."
(let* ((sid (plist-get state-data :sid))
(initiator (plist-get state-data :initiator-jid))
(target (plist-get state-data :target-jid))
(hash (sha1-string (concat sid initiator target))))
(hash (sha1 (concat sid initiator target))))
(process-send-string
(plist-get state-data :connection)
(concat (string 5 1 0 3 (length hash))

View File

@ -15803,7 +15803,7 @@ set; the target waits for one."
(let* ((sid (plist-get state-data :sid))
(initiator (plist-get state-data :initiator-jid))
(target (plist-get state-data :target-jid))
(hash (sha1-string (concat sid initiator target))))
(hash (sha1 (concat sid initiator target))))
(process-send-string
(plist-get state-data :connection)
(concat (string 5 1 0 3 (length hash))