This commit is contained in:
2026-02-25 15:32:18 +01:00
parent 4fd7330085
commit 4c640c2d73

View File

@@ -157,6 +157,7 @@
(close-device #f ao-device)) (close-device #f ao-device))
(let ((handle-num (ao-handle-handle-num handle))) (let ((handle-num (ao-handle-handle-num handle)))
(let ((ao-device (hash-ref devices handle-num #f))) (let ((ao-device (hash-ref devices handle-num #f)))
(displayln (format "ao-device = ~a" ao-device))
(close-device handle ao-device)) (close-device handle ao-device))
) )
) )