Skip to content

Commit

Permalink
Fix audio-system debug information fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
borodust committed Feb 12, 2020
1 parent 07547da commit 9e0f91f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion audio/system.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@


(defun device-enumerable-p (device)
(%alc:is-extension-present device "ALC_ENUMERATE_ALL_EXT"))
(cffi:with-foreign-string (string "ALC_ENUMERATE_ALL_EXT")
(%alc:is-extension-present device string)))


(defun device-name (device)
Expand Down

0 comments on commit 9e0f91f

Please sign in to comment.