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
cfedc940
Commit
cfedc940
authored
Jul 12, 2014
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/darwin: update copyright
parent
79c5b0cd
Changes
1
Show 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 @
cfedc940
/*****************************************************************************
/*****************************************************************************
* darwin_dirs.c: Mac OS X directories configuration
* darwin_dirs.c: Mac OS X directories configuration
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001-20
09
VLC authors and VideoLAN
* Copyright (C) 2001-20
14
VLC authors and VideoLAN
* Copyright
©
2007-2012 Rémi Denis-Courmont
* 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>
* 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
* 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
* under the terms of the GNU Lesser General Public License as published by
...
@@ -83,7 +84,6 @@ char *config_GetLibDir (void)
...
@@ -83,7 +84,6 @@ char *config_GetLibDir (void)
char
*
path
=
NULL
;
char
*
path
=
NULL
;
asprintf
(
&
path
,
"%s/"
PACKAGE
,
incompletepath
);
asprintf
(
&
path
,
"%s/"
PACKAGE
,
incompletepath
);
free
(
incompletepath
);
free
(
incompletepath
);
printf
(
"final path %s
\n
"
,
path
);
return
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