diff options
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2014-10-19 07:54:27 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2014-10-19 07:54:27 +0000 |
commit | ff9e6c32c37e685f25e5ba09611e6e7d1a556bd8 (patch) | |
tree | 166d12b4f4831f114d046692dd712f7e96e40882 /util | |
parent | 73f5bda01dbb1f6726593ab7a6139a1a8a1afb5a (diff) | |
download | flashrom-ff9e6c32c37e685f25e5ba09611e6e7d1a556bd8.tar.gz flashrom-ff9e6c32c37e685f25e5ba09611e6e7d1a556bd8.tar.bz2 flashrom-ff9e6c32c37e685f25e5ba09611e6e7d1a556bd8.zip |
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>
Diffstat (limited to 'util')
0 files changed, 0 insertions, 0 deletions