commit | c44f70770bf629469a5a179b643e53dfeca884ad | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Mar 14 18:07:53 2016 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Mar 14 18:07:53 2016 +0100 |
tree | 27e18bf327ba065183dae3a9011d7745e1dacc61 | |
parent | 371977976595836b553969ad8b1630114f894062 [diff] |
posix_getcwd(): limit to INT_MAX on Windows It's more to fix a conversion warning during compilation, I don't think that Windows support current working directory larger than 2 GB ...