Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix min/max needed for ascii to INTERNAL conversion
  • Loading branch information
Andreas Schwab committed Mar 7, 2016
1 parent f5e753c commit 8de3f8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2016-03-07 Andreas Schwab <schwab@suse.de>

* iconv/gconv_builtin.h ("=ascii->INTERNAL"): Correct min/max
needed arguments.

2016-03-07 Hongjiu Zhang <noctuorare@gmail.com>

* elf/sln.c (makesymlink): Change struct stat to stat64, and lstat
Expand Down
2 changes: 1 addition & 1 deletion iconv/gconv_builtin.h
Expand Up @@ -84,7 +84,7 @@ BUILTIN_ALIAS ("OSF00010020//", "ANSI_X3.4-1968//")

BUILTIN_TRANSFORMATION ("ANSI_X3.4-1968//", "INTERNAL", 1, "=ascii->INTERNAL",
__gconv_transform_ascii_internal, __gconv_btwoc_ascii,
4, 4, 1, 1)
1, 1, 4, 4)

BUILTIN_TRANSFORMATION ("INTERNAL", "ANSI_X3.4-1968//", 1, "=INTERNAL->ascii",
__gconv_transform_internal_ascii, NULL, 4, 4, 1, 1)
Expand Down

0 comments on commit 8de3f8b

Please sign in to comment.