Previous 199869 Revisions Next

r30722 Friday 30th May, 2014 at 13:48:47 UTC by Tafoid
Compile fix for some GCCs - patch sent to author - from Micko. (nw)
[src/lib/web]mongoose.c

trunk/src/lib/web/mongoose.c
r30721r30722
16591659
16601660static void *pull_from_stdout(void *arg) {
16611661  struct threadparam *tp = (struct threadparam *)arg;
1662  int k, stop = 0;
1662  int k=0, stop = 0;
16631663  DWORD n, sent;
16641664  char buf[IOBUF_SIZE];
16651665

Previous 199869 Revisions Next


© 1997-2024 The MAME Team