OSDN Git Service

Cannot portably pass a short via va_args, since it will be
authorEric Andersen <andersen@codepoet.org>
Fri, 12 Jan 2001 09:37:32 +0000 (09:37 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 12 Jan 2001 09:37:32 +0000 (09:37 -0000)
commit47459d25eba62743d0933aec5682c65525af7d7a
tree3fa42627adc0ca9b855b3584a5a9d954b27cf6ad
parent886546e0d49f35fcb83af49c96c7b2a8c5452b12
Cannot portably pass a short via va_args, since it will be
internally converted to an int on many platforms.  So make
it be an int explicitly and call that good enough.
 -Erik
libc/stdio/printf.c