Hash :
4ef597e1
Author :
Date :
2019-12-11T13:44:05
Fix unary minus operator applied to unsigned int Applying unary minus operator to unsigned int causes the following error on MSVS: error C4146 This patch fixes the error.