mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix size_t vs int issues.
This commit is contained in:
parent
9cb6557121
commit
1c684df5b8
12 changed files with 36 additions and 13 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-06-01 Marcus Brinkmann <mb@g10code.com>
|
||||
|
||||
* util.h: Undef snprintf before redefining it.
|
||||
|
||||
2011-05-20 Werner Koch <wk@g10code.com>
|
||||
|
||||
* util.h: Remove some error code substitutes.
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
|
||||
/* Due to a bug in mingw32's snprintf related to the 'l' modifier and
|
||||
for increased portability we use our snprintf on all systems. */
|
||||
#undef snprintf
|
||||
#define snprintf estream_snprintf
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue