Flush stdout after writing message details so it works reasonably if there's also stderr output nearby.

This commit is contained in:
Oliver Jowett 2016-02-05 15:41:10 +00:00
parent c510adbc94
commit 356cda2917

View file

@ -1237,6 +1237,7 @@ void displayModesMessage(struct modesMessage *mm) {
}
printf("\n");
fflush(stdout);
}
//