Skip to content

Commit a137c5d

Browse files
dep5Moca
authored andcommitted
PatchUnicode-1051 v0.13 EOL_CRLF変更 sakura-editor#1610
1 parent 6d9da3a commit a137c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sakura_core/CGrepAgent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class CFileLoadOrWnd{
165165
if( 0 < nLineLen ){
166166
if( 1 < nLineLen && (*buffer)[nLineLen - 2] == WCODE::CR &&
167167
(*buffer)[nLineLen - 1] == WCODE::LF){
168-
pcEol->SetType(EOL_CRLF);
168+
pcEol->SetType(EEolType::cr_and_lf);
169169
}else{
170170
pcEol->SetTypeByString(buffer->GetStringPtr() + nLineLen - 1, 1);
171171
}

0 commit comments

Comments
 (0)