fix(win): Fix occasional buffer overflows #166

Merged
sam merged 1 commit from win-buffer-overflow into master 2022-12-10 17:51:01 +00:00

1 commit

Author SHA1 Message Date
520991f63f
fix(win): Make buffer very large
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
This fixes a problem I have had where I get the following message sometimes:
Error: config, windows: The file name is too long.

Delv says it is a buffer overflow so this fixes it

TODO: Make actually good
2022-12-10 15:11:21 +01:00