update OpenAL-Soft to 1.24.3.

This commit is contained in:
Sasha Szpakowski
2025-05-03 12:51:37 -03:00
parent 375c6f88cd
commit 5e4f3241ac
322 changed files with 54386 additions and 12885 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ static void printList(const char *list, char separator)
if(!list || *list == '\0')
{
fprintf(stdout, "\n%s!!! none !!!\n", indent);
printf("\n%s!!! none !!!\n", indent);
return;
}
@@ -73,7 +73,7 @@ static void printList(const char *list, char separator)
if(len + col + 2 >= MaxWidth)
{
fprintf(stdout, "\n%s", indent);
printf("\n%s", indent);
col = strlen(indent);
}
else