Merge pull request #4869 from computezrmle/patch-3

Increase buffer size
This commit is contained in:
Vitalii Koshura 2022-08-05 15:22:50 +02:00 committed by GitHub
commit ce3cf4dfe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -878,7 +878,7 @@ wxString CSimpleTaskPanel::GetStatusString(RESULT* result) {
void CSimpleTaskPanel::FindSlideShowFiles(TaskSelectionData *selData) {
RESULT* state_result;
char proj_dir[1024];
char fileName[1024];
char fileName[1536];
char resolvedFileName[1024];
int j;
CMainDocument* pDoc = wxGetApp().GetDocument();