some fixes

This commit is contained in:
vvaltman 2015-04-28 15:21:50 +03:00
parent bd55cfdb1a
commit 8e647e5a92
3 changed files with 5 additions and 6 deletions

View File

@ -1562,11 +1562,9 @@ void work_modifier (const char *s, int l) {
}
void print_fail (struct in_ev *ev) {
if (ev) {
mprint_start (ev);
mprintf (ev, "FAIL\n");
mprint_end (ev);
}
mprint_start (ev);
mprintf (ev, "FAIL\n");
mprint_end (ev);
}
void print_success (struct in_ev *ev) {

1
loop.c
View File

@ -648,6 +648,7 @@ void on_started (struct tgl_state *TLS) {
if (wait_dialog_list) {
wait_dialog_list = 0;
tgl_do_get_dialog_list (TLS, 100, 0, dlist_cb, 0);
return;
}
#ifdef USE_LUA
lua_diff_end ();

2
tgl

@ -1 +1 @@
Subproject commit b75e2e9805c257b710d806564422e8b8c4b57cbf
Subproject commit 5d1763f05a448c8a21abfd24e2c40ab1a912db56