yet another

This commit is contained in:
Michiharu Ariza 2018-11-30 16:50:46 -08:00
parent b1821b9d09
commit 291da44823
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ struct SubrSubsetter
{
for (int i = pos - 1; i >= 0; i--)
{
ParsedCSOp &csop = str.values[i];
ParsedCSOp &csop = str.values[static_cast<unsigned int>(i)];
if (csop.for_drop ())
break;
csop.set_drop ();