mirror of
https://github.com/love2d/megasource.git
synced 2026-08-20 04:30:45 +02:00
update OpenAL-Soft to 1.24.3.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user