]> git.neil.brown.name Git - history.git/commit
Fix signedness tests in vsnprintf by making it explicit.
authorLinus Torvalds <torvalds@home.osdl.org>
Sat, 12 Jul 2003 05:50:01 +0000 (22:50 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Sat, 12 Jul 2003 05:50:01 +0000 (22:50 -0700)
commit008a71d28cad1780ea3485916dfafc73a69cf38a
tree9921fea18ebd2cada6d1fc29268bbe19dc141621
parent43a14457d6678848a14a6b81690c891400bdde76
Fix signedness tests in vsnprintf by making it explicit.

It used to depend on us having a signed type (which in turn is
incorrect for the later division).
lib/vsprintf.c