INI Parser #6

已關閉
Ghost 請求將 9 次提交從 xtldr_rewrite 合併至 xtldr_rewrite
僅顯示提交 e8574a6d8c 的變更 - 顯示所有提交

查看文件

@@ -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)
{