We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dffd0 commit 2dfe087Copy full SHA for 2dfe087
clientgui/sg_TaskPanel.cpp
@@ -878,7 +878,7 @@ wxString CSimpleTaskPanel::GetStatusString(RESULT* result) {
878
void CSimpleTaskPanel::FindSlideShowFiles(TaskSelectionData *selData) {
879
RESULT* state_result;
880
char proj_dir[1024];
881
- char fileName[1024];
+ char fileName[1536];
882
char resolvedFileName[1024];
883
int j;
884
CMainDocument* pDoc = wxGetApp().GetDocument();
0 commit comments