Fix for problems signaled by clang static analyzer

Former-commit-id: 4ed4c9c3f39bc1769c4b79f62401266a842e8d8b
This commit is contained in:
Gawaboumga
2016-05-31 21:50:31 +02:00
parent 56f98162d9
commit c18e2a81a9
5 changed files with 43 additions and 26 deletions

View File

@@ -132,7 +132,7 @@ namespace Nz
else
difference = sequence - sequence2;
return 0;
return difference;
}
/*!