Merge branch 'master' into next

This commit is contained in:
Alam Ed Arias 2017-03-30 08:11:26 -04:00
commit 8f25dc62cc
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ static const char *Newsnapshotfile(const char *pathname, const char *ext)
i += add * result;
if (add < 0 || add > 9999)
if (i < 0 || i > 9999)
return NULL;
}