From 14c1346dc1f017374dc0444429d46541ef872a3c Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 25 Jan 2021 07:51:05 +1000 Subject: [PATCH] Fix date on the revision history. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index bff0c493..1993c673 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -64988,7 +64988,7 @@ v0.10.32 - TBD - Update to latest version of c89atomic. - Fix a bug where thread handles are not being freed. -v0.10.31 - 2020-01-17 +v0.10.31 - 2021-01-17 - Make some functions const correct. - Update ma_data_source_read_pcm_frames() to initialize pFramesRead to 0 for safety. - Add the MA_ATOMIC annotation for use with variables that should be used atomically and remove unnecessary volatile qualifiers.