chiark
/
gitweb
/
~ian
/
sgt-puzzles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dc47a7
)
Over-enthusiastic assertion introduced in the printing revamp was
author
Simon Tatham
<anakin@pobox.com>
Wed, 24 Aug 2005 22:13:43 +0000
(22:13 +0000)
committer
Simon Tatham
<anakin@pobox.com>
Wed, 24 Aug 2005 22:13:43 +0000
(22:13 +0000)
causing Mines to crash one second after starting a game. Oops.
[originally from svn r6214]
windows.c
patch
|
blob
|
history
diff --git
a/windows.c
b/windows.c
index cc24bc4ec5406ad647009ffcc01a5f1b45d2bc10..2aa8016081869668aa31a4df939db6db66adbf62 100644
(file)
--- a/
windows.c
+++ b/
windows.c
@@
-177,8
+177,6
@@
static void win_status_bar(void *handle, char *text)
frontend *fe = (frontend *)handle;
char *rewritten;
- assert(fe->drawstatus == DRAWING);
-
rewritten = midend_rewrite_statusbar(fe->me, text);
if (!fe->laststatus || strcmp(rewritten, fe->laststatus)) {
SetWindowText(fe->statusbar, rewritten);