remove git merge conflict marker
This commit is contained in:
parent
f38d3a473c
commit
803a330533
1 changed files with 0 additions and 1 deletions
1
osc.lisp
1
osc.lisp
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue