Remove redundant check
Given that both pointers are not null and the size is a positive integer, qstrncpy() can never return null.
Please register or sign in to comment
Given that both pointers are not null and the size is a positive integer, qstrncpy() can never return null.