summaryrefslogtreecommitdiff
path: root/src/libao.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/libao.ads')
-rw-r--r--src/libao.ads5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libao.ads b/src/libao.ads
index baea557..db5f7ce 100644
--- a/src/libao.ads
+++ b/src/libao.ads
@@ -29,7 +29,7 @@ package Libao is
type Driver_ID_Number is new Natural;
- type Data_Buffer is new String;
+ type Data_Buffer is array (Positive range <>) of Interfaces.Unsigned_8;
type Device is tagged private;
@@ -214,6 +214,9 @@ private
pragma Linker_Options ("-lao");
+ for Data_Buffer'Component_Size use Interfaces.C.CHAR_BIT;
+
+
procedure Do_Append
(Ptr : in out System.Address;
Key : in Interfaces.C.char_array;