Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
4a3e1087
Commit
4a3e1087
authored
Sep 03, 2006
by
Rémi Denis-Courmont
Browse files
You shall not pass NULL to IsUTF8().
parent
91879fc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/misc/unicode.c
View file @
4a3e1087
...
...
@@ -585,6 +585,8 @@ static char *CheckUTF8( char *str, char rep )
{
unsigned
char
*
ptr
,
c
;
assert
(
str
!=
NULL
);
ptr
=
(
unsigned
char
*
)
str
;
while
(
(
c
=
*
ptr
)
!=
'\0'
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment