ipload.c: flush stdout when client is ready

This commit is contained in:
falkTX 2017-08-11 11:29:33 +02:00
parent 2ad48419a7
commit 8092c758f9
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ main (int argc, char *argv[])
printf("client name = %s\n", name);
free(name);
}
fflush(stdout);
if (autoclose_opt) {
jack_set_client_registration_callback(client, registration_callback, NULL);