mirror of
https://github.com/ogoguel/activegs-ios.git
synced 2024-12-22 00:29:17 +00:00
Fix screenshot in detail view
This commit is contained in:
parent
59c466bacb
commit
f5308f0792
@ -208,7 +208,7 @@ static int baseid=0;
|
||||
|
||||
for(int i=0;i<MAX_SCREENSHOTS;i++)
|
||||
{
|
||||
if (!screenShots[i].c_str())
|
||||
if (screenShots[i].GetLength()==0)
|
||||
{
|
||||
screenShots[i] = fn;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user