chiark
/
gitweb
/
~ijackson
/
trains.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76f797a
)
do not recurse infinitely when die_vprintf_hook->ovprintf->die
author
ian
<ian>
Sat, 17 May 2008 18:38:57 +0000
(18:38 +0000)
committer
ian
<ian>
Sat, 17 May 2008 18:38:57 +0000
(18:38 +0000)
hostside/realtime.c
patch
|
blob
|
history
diff --git
a/hostside/realtime.c
b/hostside/realtime.c
index eda9fc951525d824394bf0ffef9730a13314a233..ae8c804a599e5dcc43836a6f01db094f95c44126 100644
(file)
--- a/
hostside/realtime.c
+++ b/
hostside/realtime.c
@@
-225,7
+225,7
@@
void ouhexi(const char *word, const Byte *command, int length) {
}
void die_vprintf_hook(const char *fmt, va_list al) {
- if (events)
ovprintf(UPO, fmt, al);
+ if (events)
{ events=0; ovprintf(UPO, fmt, al); }
}
void die_hook(void) {