Closed
Description
Bug is located here:
Where the check is inverted from what it should be.
(!modified)
{
// etc...
}
should be
(modified)
{
// etc...
}
This will be fixed with other fixes in PR #349
Bug is located here:
Where the check is inverted from what it should be.
(!modified)
{
// etc...
}
should be
(modified)
{
// etc...
}
This will be fixed with other fixes in PR #349
Activity