[sgen] Fix binary protocol limit default.
authorMark Probst <mark.probst@gmail.com>
Mon, 26 Oct 2015 22:01:06 +0000 (15:01 -0700)
committerMark Probst <mark.probst@gmail.com>
Mon, 26 Oct 2015 22:04:59 +0000 (15:04 -0700)
commiteee225412a0f475fbe2145f18a8ac7d9b4ae2c12
treeb435b91f39f614ac1b3de47d2d7132e08c5763d2
parent839d6fcf796501fb0b06b578e338694e9d69cc24
[sgen] Fix binary protocol limit default.

`size_t` is unsigned, so using `-1` by default will always impose a
limit, and make binary protocol file names numbered, which is not
usually what you want or expect.
mono/sgen/sgen-gc.c