From 6a4fd86a07ebe97c8067e0e732efc2f708a2c6a8 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 26 Jul 2023 19:51:33 +1200 Subject: Changed data buffer types for easier interop with other libraries --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt index 1eccee9..7e2d5f3 100644 --- a/readme.txt +++ b/readme.txt @@ -13,7 +13,7 @@ C-specific types wherever possible. In particular: * Pa_Initialize and Pa_Terminate are now automatic * All error codes have been converted to exceptions * Void pointers are completely absent - * Standard error is suppressed in C, so no unexpected text output + * Standard error is suppressed in C during init, so no unexpected text output The package hierarchy is as follows: -- cgit