Unverified Commit 2c64809c authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

enlarge buffer for guessed file name

parent 7e16a17f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);