Permalink
Browse files
Fix min/max needed for ascii to INTERNAL conversion
- Loading branch information...
Showing
with
6 additions
and
1 deletion.
-
+5
−0
ChangeLog
-
+1
−1
iconv/gconv_builtin.h
|
|
@@ -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 |
|
|
|
@@ -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) |
|
|
0 comments on commit
8de3f8b