mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Fixing yet another regression introduced in rev1.37 by preserving cs_local
pointer such that local to DOS code page conversion with combined option '-L,-D' works again. Reviewed by: rodrigc
This commit is contained in:
parent
045d4ae3f6
commit
9f6442eea2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152974
@ -126,6 +126,7 @@ main(int argc, char **argv)
|
||||
err(EX_CONFIG, "%s", optarg);
|
||||
quirk = kiconv_quirkcs(csp + 1, KICONV_VENDOR_MICSFT);
|
||||
build_iovec_argf(&iov, &iovlen, "cs_local", quirk);
|
||||
cs_local = strdup(quirk);
|
||||
}
|
||||
break;
|
||||
case 'D':
|
||||
|
Loading…
Reference in New Issue
Block a user