Clang: Fixed compiler warnings about sizeof() usage
Clang says that in these cases the value returned by sizeof() is notwhat was intended. Modified the sizeof()s to behave correctly.
View differences
Clang: Fixed compiler warnings about sizeof() usage
Clang says that in these cases the value returned by sizeof() is not
what was intended. Modified the sizeof()s to behave correctly.