Small typo in error usage
This commit is contained in:
parent
df0e35b213
commit
bc5846d40e
|
@ -317,7 +317,7 @@
|
|||
#f))
|
||||
ranges))
|
||||
(if (null? converted)
|
||||
(error (format "No satisfiable ranges in ~a/~a." ranges total-file-length))
|
||||
(error 'convert-http-ranges "No satisfiable ranges in ~a/~a." ranges total-file-length)
|
||||
converted))
|
||||
|
||||
;; make-206-response : integer bytes integer integer (alist-of integer integer) bytes -> basic-response
|
||||
|
|
Loading…
Reference in New Issue
Block a user