enlarge buffer for guessed file name

This commit is contained in:
Axel Kohlmeyer
2020-07-02 23:35:25 -04:00
parent 7e16a17f31
commit 2c64809cd8

View File

@ -333,7 +333,7 @@ TEST(Utils, strmatch_whitespace_nonwhitespace)
TEST(Utils, guesspath)
{
char buf[128];
char buf[256];
FILE *fp = fopen("test_guesspath.txt","w");
#if defined(__linux__)
const char *path = utils::guesspath(buf,sizeof(buf),fp);