unpack_string(): avoid a compiler warning (about a real bug!) by
copying the result of fgetc() into an int variable before testing it for EOF.
Showing
Please register or sign in to comment
copying the result of fgetc() into an int variable before testing it for EOF.