Files
git/usage.c
Jeff Hostetler 52f4c317f0 msvc: fix setvbuf() call
The VS2015 version of the CRT asserts when you
pass a zero buffer length and request line buffering.
This fix sets it to the default BUFSIZ.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
2017-02-01 16:33:42 +01:00

4.0 KiB