Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
451
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
612a1f1d
Commit
612a1f1d
authored
17 years ago
by
bitmap
Browse files
Options
Downloads
Patches
Plain Diff
Fix issue with Fontconfig freezing during init of freetype, and
causing segfault on Windows platform
parent
bb05ac4f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extras/contrib/src/Patches/fontconfig.patch
+2
-2
2 additions, 2 deletions
extras/contrib/src/Patches/fontconfig.patch
with
2 additions
and
2 deletions
extras/contrib/src/Patches/fontconfig.patch
+
2
−
2
View file @
612a1f1d
...
...
@@ -53,8 +53,8 @@
+
+ return p_dir_in;
+ }
+ if( *p_dir_out[
strlen( *p_dir_out )
- 1 ] != '\\' )
+ strc
at
( *p_dir_out, "\\" );
+ if(
(
*p_dir_out
)
[
rc
- 1 ] != '\\' )
+ strc
py
(
(
*p_dir_out
)+rc
, "\\" );
+ strcat( *p_dir_out, "fonts" );
+
+ return *p_dir_out;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment