Skip to content

Commit

Permalink
Status line : small but breaking bug on an unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
hlabrand committed Jul 28, 2019
1 parent 74d86a5 commit 59686be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vorple-status-line.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Object VorpleDefaultStatusLine
[ VorpleStatusLineRefresh ;
if (isVorpleSupported() && VorpleStatusLineSize > 0) {
! save the internal state of line breaks
VorpleDrawStatusLine();
VorpleDrawStatusLine.description();
! restore the internal state of line breaks
}
];
Expand Down

0 comments on commit 59686be

Please sign in to comment.