INI Parser #6

닫힘
Ghost xtldr_rewrite 에서 xtldr_rewrite 로 9 commits 를 머지하려 합니다
Showing only changes of commit e8574a6d8c - Show all commits

파일 보기

@@ -42,12 +42,6 @@ BlConfigParseIniFile(IN PWCHAR FileContents,
{
Length = RtlWideStringLength(Line, 0);
/* Don't parse a blank line */
if(Length <= 0)
{
continue;
}
/* Parse */
if (Length < 1)
{