fix(win): Fix occasional buffer overflows #166

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

1 Commits

Author SHA1 Message Date
Sam Therapy 520991f63f
fix(win): Make buffer very large
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
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