Skip to content

Commit

Permalink
CGrepAgent::DoGrep のローカル変数 (bLineSelect) 初期化漏れ
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinrt committed Jul 8, 2018
1 parent 0b48834 commit 8d8e928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sakura_core/CGrepAgent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ DWORD CGrepAgent::DoGrep(
if( bGrepPaste ){
// 矩形・ラインモード貼り付けは未サポート
bool bColmnSelect;
bool bLineSelect;
bool bLineSelect = false;
if( !pcViewDst->MyGetClipboardData( cmemReplace, &bColmnSelect, GetDllShareData().m_Common.m_sEdit.m_bEnableLineModePaste? &bLineSelect: NULL ) ){
this->m_bGrepRunning = false;
pcViewDst->m_bDoing_UndoRedo = false;
Expand Down

0 comments on commit 8d8e928

Please sign in to comment.