remove git merge conflict marker #17

Merged
defaultxr merged 1 commit from patch-1 into endless 2023-02-20 10:12:20 +00:00
Showing only changes of commit 803a330533 - Show all commits

View file

@ -425,7 +425,6 @@ with the current time use (encode-timetag :time)."
"encodes a blob from a given vector"
(let ((bl (length blob)))
(cat (encode-int32 bl) blob
<<<<<<< HEAD
(pad (padding-length bl)))))
(defun decode-blob (blob)