diff options
author | Werner Koch <[email protected]> | 2006-12-06 10:16:50 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-12-06 10:16:50 +0000 |
commit | 0173cd5a9810622e38b76123528e83024fb59a0c (patch) | |
tree | b8c52436a3d30842f2c59cfcf273a7934432321f /jnlib/utf8conv.c | |
parent | * keyedit.c (menu_clean): Show "already minimized" rather than (diff) | |
download | gnupg-0173cd5a9810622e38b76123528e83024fb59a0c.tar.gz gnupg-0173cd5a9810622e38b76123528e83024fb59a0c.zip |
Fixes for CVE-2006-6235
Diffstat (limited to 'jnlib/utf8conv.c')
-rw-r--r-- | jnlib/utf8conv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlib/utf8conv.c b/jnlib/utf8conv.c index ec04a52ad..9a2a98b3b 100644 --- a/jnlib/utf8conv.c +++ b/jnlib/utf8conv.c @@ -102,7 +102,7 @@ set_native_charset (const char *newset) if (!newset) { -#ifdef HABE_W32_SYSTEM +#ifdef HAVE_W32_SYSTEM static char codepage[30]; unsigned int cpno; const char *aliases; |