mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 13:10:34 +00:00
Ensure stdout is flushed in the progs signal_hook()
This commit is contained in:
parent
a919e5f619
commit
025c39cc02
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ signal_hook (int sig, void *data)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
PR_DumpState (pr);
|
PR_DumpState (pr);
|
||||||
|
fflush (stdout);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue