]> git.tuebingen.mpg.de Git - dss.git/commit
str.c: Remove vsnprintf() workaround for old glibc.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 6 Jan 2015 16:12:33 +0000 (17:12 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 6 Jan 2015 19:55:32 +0000 (20:55 +0100)
commit75958eeeb542bea34efe72c61501227036ea9626
tree1e25baf6e3e0ac7a79e20d438a9dbc5bc68499c8
parentbc13db9debf825347d397c292e075cbe3f804ac0
str.c: Remove vsnprintf() workaround for old glibc.

Since glibc-2.1 was released 16 years ago, the workaround for glibc-2.0
is no longer necessary. Even the example code of printf(3) dropped it.
str.c