Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug: Incorrect use of UINT16_C() on an already defined macro
UINT16_C() should only be used on numeric values, not on already defined values. This causes a bug in other systems where this macro appends something to the end of the numeric value upon expansion. This issue was reported from a user with smartos [Seagate/openSeaChest#167] Signed-off-by: Tyler Erickson <[email protected]>
- Loading branch information