Skip to content

Commit 07a4185

Browse files
psumberanikic
authored andcommitted
Make iconv errno support test pass on Solaris.
Closes GH-6291.
1 parent 5018581 commit 07a4185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/iconv/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ int main() {
129129
130130
int main() {
131131
iconv_t cd;
132-
cd = iconv_open( "*blahblah*", "*blahblah*" );
132+
cd = iconv_open( "*blahblah*", "*blahblahblah*" );
133133
if (cd == (iconv_t)(-1)) {
134134
if (errno == EINVAL) {
135135
return 0;

0 commit comments

Comments
 (0)