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 6d9da3a commit a137c5dCopy full SHA for a137c5d
sakura_core/CGrepAgent.cpp
@@ -165,7 +165,7 @@ class CFileLoadOrWnd{
165
if( 0 < nLineLen ){
166
if( 1 < nLineLen && (*buffer)[nLineLen - 2] == WCODE::CR &&
167
(*buffer)[nLineLen - 1] == WCODE::LF){
168
- pcEol->SetType(EOL_CRLF);
+ pcEol->SetType(EEolType::cr_and_lf);
169
}else{
170
pcEol->SetTypeByString(buffer->GetStringPtr() + nLineLen - 1, 1);
171
}
0 commit comments