1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

Fix a bug in estream_snprintf. Found by a failed t-gettime under Windows.

This commit is contained in:
Werner Koch 2008-10-19 16:10:46 +00:00
parent 0698c5169f
commit e1f4154d75
3 changed files with 52 additions and 11 deletions

View file

@ -1,3 +1,9 @@
2008-10-19 Werner Koch <wk@g10code.com>
* estream-printf.c (estream_vsnprintf): Fix return value.
(check_snprintf): Add a new test.
(one_test) [W32]: Disable test.
2008-10-17 Werner Koch <wk@g10code.com>
* util.h (snprintf) [W32]: Redefine to estream_snprintf.