Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
1a3466cd
Commit
1a3466cd
authored
Feb 13, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix windows build
parent
f0755417
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/demux/mp4/drms.c
modules/demux/mp4/drms.c
+3
-3
No files found.
modules/demux/mp4/drms.c
View file @
1a3466cd
...
...
@@ -1801,10 +1801,10 @@ static int GetSCIData( char *psz_ipod, uint32_t **pp_sci,
strlen
(
p_tmp
)
)
);
psz_path
=
FromLocale
(
p_tmp
);
strncpy
(
p
sz_tmp
,
sizeof
(
psz_tmp
)
-
1
,
psz_path
);
p
sz_tmp
[
sizeof
(
psz
_tmp
)
-
1
]
=
'\0'
;
strncpy
(
p
_tmp
,
psz_path
,
sizeof
(
p_tmp
)
-
1
);
p
_tmp
[
sizeof
(
p
_tmp
)
-
1
]
=
'\0'
;
LocaleFree
(
psz_path
);
psz_path
=
p
sz
_tmp
;
psz_path
=
p_tmp
;
}
if
(
shfolder_dll
!=
NULL
)
...
...
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