From d3075c22576cd84e9059e842448e02ac24c11629 Mon Sep 17 00:00:00 2001 From: Yoshi NRT <32790691+yoshinrt@users.noreply.github.com> Date: Sun, 8 Jul 2018 20:21:21 +0900 Subject: [PATCH] =?UTF-8?q?CGrepAgent::DoGrep=20=E3=81=AE=E3=83=AD?= =?UTF-8?q?=E3=83=BC=E3=82=AB=E3=83=AB=E5=A4=89=E6=95=B0=20(bLineSelect)?= =?UTF-8?q?=20=E5=88=9D=E6=9C=9F=E5=8C=96=E6=BC=8F=E3=82=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sakura_core/CGrepAgent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sakura_core/CGrepAgent.cpp b/sakura_core/CGrepAgent.cpp index 51e8d986b1..61af52265b 100644 --- a/sakura_core/CGrepAgent.cpp +++ b/sakura_core/CGrepAgent.cpp @@ -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;