mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
Compile fix for DEBUG=1 builds, 32-bit, GCC 4.6.3 (nw)
This commit is contained in:
parent
cd82c879a2
commit
e97ae4ed01
@ -1664,7 +1664,7 @@ static void *push_to_stdin(void *arg) {
|
||||
|
||||
static void *pull_from_stdout(void *arg) {
|
||||
struct threadparam *tp = (struct threadparam *)arg;
|
||||
int k, stop = 0;
|
||||
int k = 0, stop = 0;
|
||||
DWORD n, sent;
|
||||
char buf[IOBUF_SIZE];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user