Commit 0d012a7d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix incorrect string fix (revert [15025])

parent 2e90c6e8
...@@ -753,7 +753,7 @@ int vlc_getaddrinfo( vlc_object_t *p_this, const char *node, ...@@ -753,7 +753,7 @@ int vlc_getaddrinfo( vlc_object_t *p_this, const char *node,
/* NOTE: Using i_idn here would not be thread-safe */ /* NOTE: Using i_idn here would not be thread-safe */
hints.ai_flags &= ~AI_IDN; hints.ai_flags &= ~AI_IDN;
i_idn = VLC_FALSE; i_idn = VLC_FALSE;
msg_Dbg( p_this, "localized Domain Names not supported - " \ msg_Dbg( p_this, "International Domain Names not supported - " \
"disabled" ); "disabled" );
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment