mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 15:20:29 +08:00
[RAPPS] Abort screenshot iteration on the first not found
This should decrease startup time / db parse time
This commit is contained in:
@@ -67,7 +67,9 @@ VOID CAvailableApplicationInfo::RetrieveGeneralInfo(AvailableStrings& AvlbString
|
||||
CStringW ScrnshotLocation;
|
||||
if (!GetString(ScrnshotField, ScrnshotLocation))
|
||||
{
|
||||
continue;
|
||||
// We stop at the first screenshot not found,
|
||||
// so screenshots _have_ to be consecutive
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user