Skip to content

Commit

Permalink
bplusの送信でファイル名が選択できずcancel扱いとなるため修正 #379
Browse files Browse the repository at this point in the history
  • Loading branch information
zmatsuo committed Nov 14, 2024
1 parent 840d167 commit b7a03a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teraterm/teraterm/filesys_proto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1513,6 +1513,7 @@ static wchar_t **_GetTransFname(HWND hWnd, const wchar_t *DlgCaption)
wchar_t *FNFilter = GetCommonDialogFilterWW(filterW, UILanguageFileW);
free(filterW);

FileName[0] = 0;
OPENFILENAMEW ofn = {};
ofn.lStructSize = get_OPENFILENAME_SIZE();
ofn.hwndOwner = hWnd;
Expand Down

0 comments on commit b7a03a3

Please sign in to comment.