INI Parser #6

Chiuso
Ghost vorrebbe unire 9 commit da xtldr_rewrite a xtldr_rewrite
Showing only changes of commit e8574a6d8c - Show all commits

Vedi File

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