mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 11:23:12 +00:00
[RAPPS] Abort screenshot iteration on the first not found
This should decrease startup time / db parse time
This commit is contained in:
parent
964c22c1ca
commit
c3b3fcd111
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,9 @@ VOID CAvailableApplicationInfo::RetrieveGeneralInfo(AvailableStrings& AvlbString
|
||||||
CStringW ScrnshotLocation;
|
CStringW ScrnshotLocation;
|
||||||
if (!GetString(ScrnshotField, ScrnshotLocation))
|
if (!GetString(ScrnshotField, ScrnshotLocation))
|
||||||
{
|
{
|
||||||
continue;
|
// We stop at the first screenshot not found,
|
||||||
|
// so screenshots _have_ to be consecutive
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue