Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
5a5ee8a2
Commit
5a5ee8a2
authored
Jul 12, 2014
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/darwin: update copyright
(cherry picked from commit cfedc94072e43d71d0c8e393fe51767764566889)
parent
d0c2a91d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/darwin/dirs.c
src/darwin/dirs.c
+4
-4
No files found.
src/darwin/dirs.c
View file @
5a5ee8a2
/*****************************************************************************
* darwin_dirs.c: Mac OS X directories configuration
*****************************************************************************
* Copyright (C) 2001-20
09
VLC authors and VideoLAN
* Copyright
©
2007-2012 Rémi Denis-Courmont
* Copyright (C) 2001-20
14
VLC authors and VideoLAN
* Copyright
(C)
2007-2012 Rémi Denis-Courmont
*
* Authors:
Gildas Bazin <gbazin@videolan.org>
* Authors:
Rémi Denis-Courmont
* Felix Paul Kühne <fkuehne at videolan dot org>
* Pierre d'Herbemont <pdherbemont # videolan org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
...
...
@@ -83,7 +84,6 @@ char *config_GetLibDir (void)
char
*
path
=
NULL
;
asprintf
(
&
path
,
"%s/"
PACKAGE
,
incompletepath
);
free
(
incompletepath
);
printf
(
"final path %s
\n
"
,
path
);
return
path
;
}
...
...
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