Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
123afaae
Commit
123afaae
authored
May 16, 2007
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused variable pw.
parent
d745e5ef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
modules/access/mms/buffer.c
modules/access/mms/buffer.c
+0
-1
No files found.
modules/access/mms/buffer.c
View file @
123afaae
...
@@ -128,7 +128,6 @@ void var_buffer_addUTF16( var_buffer_t *p_buf, char *p_str )
...
@@ -128,7 +128,6 @@ void var_buffer_addUTF16( var_buffer_t *p_buf, char *p_str )
size_t
i_in
=
strlen
(
p_str
);
size_t
i_in
=
strlen
(
p_str
);
size_t
i_out
=
i_in
*
4
;
size_t
i_out
=
i_in
*
4
;
char
*
psz_out
,
*
psz_tmp
;
char
*
psz_out
,
*
psz_tmp
;
uint16_t
*
pw
;
psz_out
=
psz_tmp
=
malloc
(
i_out
+
1
);
psz_out
=
psz_tmp
=
malloc
(
i_out
+
1
);
iconv_handle
=
vlc_iconv_open
(
"UTF-16LE"
,
"UTF-8"
);
iconv_handle
=
vlc_iconv_open
(
"UTF-16LE"
,
"UTF-8"
);
...
...
Write
Preview
Markdown
is supported
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