commit | ff9e6c32c37e685f25e5ba09611e6e7d1a556bd8 | [log] [tgz] |
---|---|---|
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | Sun Oct 19 07:54:27 2014 +0000 |
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | Sun Oct 19 07:54:27 2014 +0000 |
tree | 166d12b4f4831f114d046692dd712f7e96e40882 | |
parent | 73f5bda01dbb1f6726593ab7a6139a1a8a1afb5a [diff] |
dmi.c: make sure we call isprint() correctly ISO C and POSIX require to call ctype functions with values representable by unsigned char. We have used a char as input so far which might be negative and hence get sign-extended. Corresponding to flashrom svn r1852. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>