Commit 4aad594a8be88361009b5f60dcb109b8d43a0eb3

285424336 2022-07-08T16:17:46

Update SDL_qsa_audio.c Fix qnx platform compile error, change SDL_Bool to SDL_bool.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/audio/qsa/SDL_qsa_audio.c b/src/audio/qsa/SDL_qsa_audio.c
index 5c4ab38..82f372a 100644
--- a/src/audio/qsa/SDL_qsa_audio.c
+++ b/src/audio/qsa/SDL_qsa_audio.c
@@ -260,7 +260,7 @@ static int
 QSA_OpenDevice(_THIS, const char *devname)
 {
     const QSA_Device *device = (const QSA_Device *) this->handle;
-    SDL_Bool iscapture = this->iscapture;
+    SDL_bool iscapture = this->iscapture;
     int status = 0;
     int format = 0;
     SDL_AudioFormat test_format;