documentation and small bug fixes
This commit is contained in:
+1
-1
@@ -256,7 +256,7 @@
|
||||
;; Kopieer bestanden rechtstreeks indien nodig en geen flac
|
||||
(define (copy-other base-path path info)
|
||||
(when (and (needs-copying? path info)
|
||||
(not (flac? path info)))
|
||||
(not (presumed-flac? info)))
|
||||
(with-handlers ([exn? (λ (e)
|
||||
(set! failed-copies (+ failed-copies 1))
|
||||
(err-am "Copy file ~a: ~a" path e))])
|
||||
|
||||
Reference in New Issue
Block a user