Skip to content
Commit 03091bbd authored by Andrew Price's avatar Andrew Price
Browse files

Fix display_message when colours are off

When display_message gets to this point, ptr might have been incremented
to its end of line value and so the loop is terminated without printing
the message. Instead, jump down to the last section of the loop where it
checks for end of line and prints the message.

(This function could really do with refactoring to avoid this goto and
make it more readable but for now this will do.)
parent 39c45210
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment