Win32: fix 'lstat("dir/")' with long paths
commit5d0b4ecd5e60f47b062d10ac17f21116019554b0
authorKarsten Blees <blees@dcon.de>
Fri, 4 Jul 2014 22:00:36 +0000 (5 00:00 +0200)
committerKarsten Blees <blees@dcon.de>
Sat, 16 Aug 2014 01:03:20 +0000 (16 03:03 +0200)
tree95bc5e27cdaeb0f079412e465a41ccaa386b12cc
parent1ccf877433e6d43d6977eaff2d36e081dad79295
Win32: fix 'lstat("dir/")' with long paths

Use a suffciently large buffer to strip the trailing slash.

Signed-off-by: Karsten Blees <blees@dcon.de>
compat/mingw.c