| Previous | 199869 Revisions | Next |
| r30957 Thursday 12th June, 2014 at 21:01:34 UTC by Tafoid |
|---|
| Compile fix for DEBUG=1 builds, 32-bit, GCC 4.6.3 (nw) |
| [src/lib/web] | mongoose.c |
| r30956 | r30957 | |
|---|---|---|
| 1664 | 1664 | |
| 1665 | 1665 | static void *pull_from_stdout(void *arg) { |
| 1666 | 1666 | struct threadparam *tp = (struct threadparam *)arg; |
| 1667 | int k, stop = 0; | |
| 1667 | int k = 0, stop = 0; | |
| 1668 | 1668 | DWORD n, sent; |
| 1669 | 1669 | char buf[IOBUF_SIZE]; |
| 1670 | 1670 |
| Previous | 199869 Revisions | Next |