Fix mrom_is_second_boot not checking the last kmsg

This commit is contained in:
Vojtech Bocek
2015-03-08 19:54:11 +01:00
parent 385bde5ebe
commit 3a1035f985

View File

@@ -66,6 +66,7 @@ int mrom_is_second_boot(void)
}
fclose(f);
f = NULL;
}
for(i = 0; !f && kmsg_paths[i]; ++i)