Short is always promoted to int when passed as a function argument.
authorRichard Levitte <levitte@openssl.org>
Sun, 27 Feb 2000 23:17:18 +0000 (23:17 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 27 Feb 2000 23:17:18 +0000 (23:17 +0000)
commit1b7aee1d4e77433babc5487e05597ae01ce2d82c
tree4b6d2d41dd8ea8a9993e8a0d7f961059fd93300e
parent4ba48ec4d05ef71bb6933bb4983e9a98d92763fc
Short is always promoted to int when passed as a function argument.
This is especially true when it's part of a '...'.
crypto/bio/b_print.c